BSD 4 release
[unix-history] / usr / src / cmd / delivermail / useful.h
CommitLineData
6941fcc4
EA
1/*
2** USEFUL.H -- Some useful stuff.
916b3375 3**
31cef89c 4** @(#)useful.h 1.3 10/11/80
6941fcc4
EA
5*/
6
cb590f52 7# define bool char
6941fcc4
EA
8# define TRUE 1
9# define FALSE 0
10
11# ifndef NULL
12# define NULL 0
13# endif NULL