X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=includes%2Fstdlib.h;h=1151d1acc23f401b87bb367e557e8b6a158f7b70;hp=22cc80c72b5e52011897f5a9b3fd2b05c7868fa9;hb=fb44227179cd8d0dbaaf694fba2d4861106add75;hpb=05e42cc13607c23332b98063de2cc2b64431c15c 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() */