1 /* 2 ** USEFUL.H -- Some useful stuff. 3 ** 4 ** @(#)useful.h 1.3 10/11/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 14