📄 cncparsescan.h
字号:
//
//file:scan.h
//The scanner interface for the CNC compiler
#ifndef _CNCPARSESCAN_H_
#define _CNCPARSESCAN_H_
//Functions getToken returns the next token in source CNCFILE
TokenType getToken(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -