X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdlib.h;h=1151d1acc23f401b87bb367e557e8b6a158f7b70;hb=c66f50d5348b47287f498184a3c2033bfa8d0576;hp=22cc80c72b5e52011897f5a9b3fd2b05c7868fa9;hpb=ab6ee64b38cee9cd2ce9872714c77c19da9fb031;p=pdclib.old diff --git a/includes/stdlib.h b/includes/stdlib.h index 22cc80c..1151d1a 100644 --- a/includes/stdlib.h +++ b/includes/stdlib.h @@ -21,6 +21,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() */