代码结构:
void main()
{
printf("song");
}
source
+--shell
| +--shellcore.c 调度
| +--shellconnect.c 链接外部
| +--shellapp.c 用户定义指令
| +--
程序规范: 类型定义 typedef struct _shell_context_struct{ char* prompt; enum _funkey_status stat; char line }