]> andersk Git - splint.git/blame_incremental - test/db3/bool.lcl
noexpand always false.
[splint.git] / test / db3 / bool.lcl
... / ...
CommitLineData
1/*immutable type bool;
2
3
4constant bool TRUE;
5constant bool FALSE;
6*/
7
8void bool_initMod (void) internalState; { modifies internalState; }
9observer char *bool_unparse (bool b) { modifies nothing; }
10bool bool_not (bool b) { modifies nothing; }
11bool bool_equal (bool b1, bool b2) { modifies nothing; }
This page took 0.046725 seconds and 6 git commands to generate.