/*
**  USEFUL.H -- Some useful stuff.
**
**	@(#)useful.h	1.3	10/11/80
*/

# define bool	char
# define TRUE	1
# define FALSE	0

# ifndef NULL
# define NULL	0
# endif NULL
