stdlib.h (216B)
1 #ifndef SIZET_ 2 typedef unsigned int size_t; 3 #define SIZET_ 4 #endif 5 6 #define EXIT_FAILURE 1 7 #define EXIT_SUCCESS 0 8 9 #ifndef _WCHAR_T 10 typedef int wchar_t; // TODO 11 #define _WCHAR_T 12 #endif 13 14 #define _ALIGNTYPE long double