]> pd.if.org Git - pdclib/blobdiff - includes/string.h
Merged branch stdio_rewrite back into trunk.
[pdclib] / includes / string.h
index c8ac5c619d9697a68a59dd8a1d0c3597d2424354..2aa7aaedb41206750ca1beac9a1c252b1e9c3fe5 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* String handling <string.h>
 
    This file is part of the Public Domain C Library (PDCLib).
 typedef _PDCLIB_size_t size_t;
 #endif
 
+#ifndef _PDCLIB_NULL_DEFINED
+#define _PDCLIB_NULL_DEFINED _PDCLIB_NULL_DEFINED
 #define NULL _PDCLIB_NULL
+#endif
 
 /* String function conventions */