X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstddef.h;h=f64a9a109279e70e7e3b02904208e0f3416f19a2;hb=4bf4b212eb8f7a96145b06f91db453fbec396ce8;hp=d0577d0af36121bf83b5e71c54ebac2bbe3689e1;hpb=4c805021b487dff9bfc6341c998ba99636416ae7;p=pdclib diff --git a/includes/stddef.h b/includes/stddef.h index d0577d0..f64a9a1 100644 --- a/includes/stddef.h +++ b/includes/stddef.h @@ -16,8 +16,18 @@ #include <_PDCLIB_config.h> #endif +#ifndef _PDCLIB_INT_H +#define _PDCLIB_INT_H _PDCLIB_INT_H +#include <_PDCLIB_int.h> +#endif + typedef _PDCLIB_ptrdiff_t ptrdiff_t; -typedef _PDCLIB_size_t size_t; + +#ifndef _PDCLIB_SIZE_T_DEFINED +#define _PDCLIB_SIZE_T_DEFINED _PDCLIB_SIZE_T_DEFINED +typedef _PDCLIB_size_t size_t; +#endif + typedef _PDCLIB_wchar_t wchar_t; #define NULL _PDCLIB_NULL