4.3BSD/usr/contrib/spms/include/null.h

/* $Header$ */

/*
 * NULL constant definition
 *
 * Author: Peter J. Nicklin
 */

#define CNULL		(char *) 0
#ifndef NULL
#define NULL		0
#endif