1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

add dummy header to be compatible to LwIP

This commit is contained in:
Stefan Lankes 2015-12-08 17:10:01 +01:00
parent 6b57d54e76
commit 8477db976f

14
hermit/include/stdlib.h Executable file
View file

@ -0,0 +1,14 @@
#ifndef __ANSI_STDLIB_H__
#define __ANSI_STDLIB_H__
#include <hermit/stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif