X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2F__NULL.h;fp=includes%2F__NULL.h;h=0000000000000000000000000000000000000000;hp=7c8cc77bbba59ebc2a057b3b69027c1385f313f2;hb=1d9d92ba957a0b8307c9a65c35867fde68e6533b;hpb=8c8750c2826684c2420571a8007b9606f72c9040 diff --git a/includes/__NULL.h b/includes/__NULL.h deleted file mode 100644 index 7c8cc77..0000000 --- a/includes/__NULL.h +++ /dev/null @@ -1,16 +0,0 @@ -// ---------------------------------------------------------------------------- -// $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