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