X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2F__NULL.h;fp=includes%2F__NULL.h;h=7c8cc77bbba59ebc2a057b3b69027c1385f313f2;hp=0000000000000000000000000000000000000000;hb=33ea80a48bfc48263e3cc855e7a4bfef7ebe8d98;hpb=e081ed1387e0c27dc689c8e32fdda06039544107 diff --git a/includes/__NULL.h b/includes/__NULL.h new file mode 100644 index 0000000..7c8cc77 --- /dev/null +++ b/includes/__NULL.h @@ -0,0 +1,16 @@ +// ---------------------------------------------------------------------------- +// $Id$ +// ---------------------------------------------------------------------------- +// Public Domain C Library - http://pdclib.sourceforge.net +// This code is Public Domain. Use, modify, and redistribute at will. +// ---------------------------------------------------------------------------- +// Definition of NULL shared by locale.h, stddef.h, stdio.h, stdlib.h, +// string.h, wchar.h, and time.h +// ---------------------------------------------------------------------------- + +#ifndef __NULL_H +#define __NULL_H __NULL_H + +#define NULL 0 + +#endif // __NULL_H