使用单线程方式运行
This commit is contained in:
23
source/main/mymain.h
Normal file
23
source/main/mymain.h
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
#ifndef mymain_h__
|
||||
#define mymain_h__
|
||||
|
||||
|
||||
|
||||
|
||||
void *mymain_init(void);
|
||||
|
||||
|
||||
|
||||
void mymain_loop(void *mymain,char *cmd_str);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user