2024-08-05 20:57:09 +08:00

5 lines
81 B
C

#ifndef __INIT_H__
#define __INIT_H__
int main_init(void);
#endif // !__INIT_H__