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