11 lines
137 B
C
11 lines
137 B
C
#ifndef __STDCORE_H__
|
|
#define __STDCORE_H__
|
|
|
|
#ifndef __NO_LINK_STDLIB
|
|
#include <stdlib.h>
|
|
#else
|
|
#error "__NO_LINK_STDLIB"
|
|
#endif
|
|
|
|
#endif
|