diff --git a/hermit/include/stdlib.h b/hermit/include/stdlib.h new file mode 100755 index 000000000..7c43bb5e8 --- /dev/null +++ b/hermit/include/stdlib.h @@ -0,0 +1,14 @@ +#ifndef __ANSI_STDLIB_H__ +#define __ANSI_STDLIB_H__ + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +#ifdef __cplusplus +} +#endif + +#endif