| 1 | // cstddef standard header | |
| 2 | #pragma once | |
| 3 | #ifndef _CSTDDEF_ | |
| 4 | #define _CSTDDEF_ | |
| 5 | #include <yvals.h> | |
| 6 | ||
| 7 | #ifdef _STD_USING | |
| 8 | #undef _STD_USING | |
| 9 | #include <stddef.h> | |
| 10 | #define _STD_USING | |
| 11 | ||
| 12 | #else /* _STD_USING */ | |
| 13 | #include <stddef.h> | |
| 14 | ||
| 15 | #ifndef RC_INVOKED | |
| 16 | #if _GLOBAL_USING | |
| 17 | _STD_BEGIN | |
| 18 | using ::ptrdiff_t; using ::size_t; |
| Lines 19 ... 28 are skipped. |
| 29 | V5.02:0009 */ | |
| 30 | ||