5 lines
81 B
C
5 lines
81 B
C
#ifndef __INIT_H__
|
|
#define __INIT_H__
|
|
int main_init(void);
|
|
#endif // !__INIT_H__
|