home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lclint.zip / lclint-2_3h-os2-bin.zip / test / db3 / bool.lcl < prev    next >
Text File  |  1997-09-03  |  230b  |  5 lines

  1. void bool_initMod (void) internalState; { modifies internalState; }
  2. observer char *bool_unparse (bool b) { modifies nothing; } 
  3. bool bool_not (bool b) { modifies nothing; }
  4. bool bool_equal (bool b1, bool b2) { modifies nothing; }
  5.