/* STDDEF.ADJ */ #ifdef size_t #undef size_t /*~zif 0==0 "define 'size_t' by a typedef instead of a '#define', and replace " "this line by the definition."*/ #endif #ifdef ptrdiff_t #undef ptrdiff_t /*~zif 0==0 "define 'ptrdiff_t' by a typedef instead of a '#define', and " "replace this line by the definition."*/ #endif #undef NULL #define NULL (void *)0 /* End STDDEF.ADJ */