?? console.h
字號(hào):
/*-------------------------------------------------------------------
FILE NAME:
io.h
DESCRIPTION:
this file includes input and output functions.
AUTHOR:
WYF
VERSION:
2005.1122.00
COMPANY:
DATANG MICROELECTRONICS TECHNOLOGY CO,.LTD
HISTORY:
2005.1122 Creat this file
...
--------------------------------------------------------------------*/
#ifndef __MX21_CONSOLE_H
#define __MX21_CONSOLE_H
#include "io.h"
#include "command.h"
#define PROMPT "AP>"
extern int active;
void console_init(void (*cb)(int));
void console_active(void);
void console_deactive(void);
void command_input(char *str, int len);
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -