#ifndef LIBC_H #define LIBC_H #include <stdlib.h> #include <stdio.h> #include <limits.h> #include <features.h> #endif