]> andersk Git - splint.git/blame - test/db2/erc.lh
Added some new tests: sizeof, and bufferTest.
[splint.git] / test / db2 / erc.lh
CommitLineData
e4c9f289 1/* Output from LCLint 2.5p */
885824d3 2
3# include "bool.h"
4# include "eref.h"
5
6
7extern 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 char *erc_sprint (erc /* c */);
16extern void erc_final (erc /* c */);
17extern void erc_initMod (void);
This page took 0.049209 seconds and 5 git commands to generate.