/* ** USEFUL.H -- Some useful stuff. */ # define bool int # define TRUE 1 # define FALSE 0 # ifndef NULL # define NULL 0 # endif NULL