#ifndef _MAIN_H #define _MAIN_H extern void _init_func(void); extern int _main_dbgu(char key); extern void _main_func(void); #endif