stddef.h (198B)
1 #ifndef _SIZET 2 typedef unsigned size_t; 3 #define _SIZET 4 #endif 5 6 #ifndef _WCHAR_T 7 typedef short wchar_t; 8 #define _WCHAR_T 9 #endif 10 11 #ifndef _PTRDIFF_T 12 typedef short ptrdiff_t; 13 #define _PTRDIFF_T 14 #endif
sccsimple C compiler | |
git clone git://git.2f30.org/scc | |
Log | Files | Refs | README | LICENSE |