#ifndef mymain_h__ #define mymain_h__ void *mymain_init(void); void mymain_loop(void *mymain,char *cmd_str); #endif