/* ** USEFUL.H -- Some useful stuff. ** ** @(#)useful.h 2.1 11/5/80 */ # define bool char # define TRUE 1 # define FALSE 0 # ifndef NULL # define NULL 0 # endif NULL