stdlib.h (209B)
1 #ifndef _SIZET 2 typedef unsigned long 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; 11 #define _WCHAR_T 12 #endif 13 14 #define _ALIGNTYPE long double