#ifndef __SMCC_LIB_CORE_H__ #define __SMCC_LIB_CORE_H__ #include "rt/rt.h" // You MUST BE call this by the start void init_lib_core(); #endif // __SMCC_LIB_CORE_H__