?? demo.h
字號:
/* * demo.h *///#define DEMO_MAJOR 21#define BUFFSIZE 64#define DEMO_MINOR 0/* the counter to record the char number in wbuff */int count;/* buffer pointers, the buffer will be allocated in device init */char *wbuff, *rbuff;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -