/*
 *	BIRD Library -- NULL
 *
 *	Can be freely distributed and used under the terms of the GNU GPL.
 */

#ifndef NULL
#define NULL ((void *) 0)
#endif