home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / g / gs252src.zip / GS252 / NSTD.H < prev    next >
Text File  |  1992-03-04  |  76b  |  6 lines

  1. /* Additions to std.h */
  2.  
  3. typedef byte bool;
  4. #define false 0
  5. #define true 1
  6.