]> andersk Git - splint.git/blame - test/db1/erc.lh
*** empty log message ***
[splint.git] / test / db1 / erc.lh
CommitLineData
5b73c9ca 1/* Output from LCLint 2.5q */
885824d3 2
3# include "bool.h"
4# include "eref.h"
5
6
7
8extern erc erc_create (void);
9extern void erc_clear (erc /* c */);
10extern void erc_insert (erc /* c */, eref /* er */);
11extern bool erc_delete (erc /* c */, eref /* er */);
12extern bool erc_member (eref /* er */, erc /* c */);
13extern eref erc_choose (erc /* c */);
14extern int erc_size (erc /* c */);
15extern ercIter erc_iterStart (erc /* c */);
16extern eref erc_yield (ercIter /* it */);
17extern void erc_iterFinal (ercIter /* it */);
18extern void erc_join (erc /* c1 */, erc /* c2 */);
19extern char *erc_sprint (erc /* c */);
20extern void erc_final (erc /* c */);
21extern void erc_initMod (void);
This page took 0.067075 seconds and 5 git commands to generate.