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:
parent
6b57d54e76
commit
8477db976f
1 changed files with 14 additions and 0 deletions
14
hermit/include/stdlib.h
Executable file
14
hermit/include/stdlib.h
Executable 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
|
Loading…
Add table
Reference in a new issue