1: /*
   2: **  USEFUL.H -- Some useful stuff.
   3: **
   4: **	@(#)useful.h	2.1	11/5/80
   5: */
   6: 
   7: # define bool   char
   8: # define TRUE   1
   9: # define FALSE  0
  10: 
  11: # ifndef NULL
  12: # define NULL   0
  13: # endif NULL

Defined macros

NULL defined in line 12; used 189 times

Usage of this include

Last modified: 1981-02-06
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 653
Valid CSS Valid XHTML 1.0 Strict