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

15 lines
157 B
C
Raw Permalink Normal View History

#ifndef __ANSI_STDLIB_H__
#define __ANSI_STDLIB_H__
#include <hermit/stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif