]> pd.if.org Git - pdclib/blob - includes/__NULL.h
Minor doc extension.
[pdclib] / includes / __NULL.h
1 // ----------------------------------------------------------------------------
2 // $Id$
3 // ----------------------------------------------------------------------------
4 // Public Domain C Library - http://pdclib.sourceforge.net
5 // This code is Public Domain. Use, modify, and redistribute at will.
6 // ----------------------------------------------------------------------------
7 // Definition of NULL shared by locale.h, stddef.h, stdio.h, stdlib.h, 
8 // string.h, wchar.h, and time.h
9 // ----------------------------------------------------------------------------
10
11 #ifndef __NULL_H
12 #define __NULL_H __NULL_H
13
14 #define NULL 0
15
16 #endif // __NULL_H