1 2 3 4 5 6 7 8
#ifndef _MAIN_H #define _MAIN_H extern void _init_func(void); extern int _main_dbgu(char key); extern void _main_func(void); #endif