/* $Header: /var/lib/cvsd/repos/CSRG/43BSD/contrib/spms/include/null.h,v 1.1.1.1 2018/04/24 16:12:55 root Exp $ */

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

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