7 lines
102 B
C
7 lines
102 B
C
#ifndef __SMCC_RT_STD_H__
|
|
#define __SMCC_RT_STD_H__
|
|
|
|
void init_rt_std();
|
|
|
|
#endif // __SMCC_RT_STD_H__
|