/* ** USEFUL.H -- Some useful stuff. ** ** @(#)useful.h 1.2 07/25/80 */ # define bool int # define TRUE 1 # define FALSE 0 # ifndef NULL # define NULL 0 # endif NULL