init basic
This commit is contained in:
10
libcore/libcore.h
Normal file
10
libcore/libcore.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __STDCORE_H__
|
||||
#define __STDCORE_H__
|
||||
|
||||
#ifndef __NO_LINK_STDLIB
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
#error "__NO_LINK_STDLIB"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user