1 #ifndef LIBC_H 2 #define LIBC_H 3 4 #include <stdlib.h> 5 #include <stdio.h> 6 #include <limits.h> 7 8 #include <features.h> 9 10 #endif 11