smcc/libcore/libcore.h
2025-03-05 15:45:19 +08:00

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