]> andersk Git - splint.git/blame - test/db3/bool.lcl
Got gmake dist to work
[splint.git] / test / db3 / bool.lcl
CommitLineData
e63e0a4a 1/*immutable type bool;
2
885824d3 3
4constant bool TRUE;
5constant bool FALSE;
e63e0a4a 6*/
885824d3 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.060439 seconds and 5 git commands to generate.