]> pd.if.org Git - pdclib/blobdiff - includes/stdlib.h
Removed SVN keyword tags.
[pdclib] / includes / stdlib.h
index 22cc80c72b5e52011897f5a9b3fd2b05c7868fa9..9ed464efb237c06d073b88320a34976800c72eab 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.20 General utilities <stdlib.h>
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -21,6 +19,11 @@ typedef _PDCLIB_size_t size_t;
 #define NULL _PDCLIB_NULL
 #endif
 
+#ifndef _PDCLIB_MB_CUR_MAX_DEFINED
+#define _PDCLIB_MB_CUR_MAX_DEFINED
+#define MB_CUR_MAX (_PDCLIB_mb_cur_max())
+#endif
+
 /* Numeric conversion functions */
 
 /* TODO: atof(), strtof(), strtod(), strtold() */