]> andersk Git - splint.git/blame - test/db3/bool.lcl
Patched bug in splint --help flags full
[splint.git] / test / db3 / bool.lcl
CommitLineData
885824d3 1immutable type bool;
2
3constant bool TRUE;
4constant bool FALSE;
5
6void bool_initMod (void) internalState; { modifies internalState; }
7observer char *bool_unparse (bool b) { modifies nothing; }
8bool bool_not (bool b) { modifies nothing; }
9bool bool_equal (bool b1, bool b2) { modifies nothing; }
This page took 0.054787 seconds and 5 git commands to generate.