📄 scansup.h
字号:
/*------------------------------------------------------------------------- * * scansup.h * scanner support routines. used by both the bootstrap lexer * as well as the normal lexer * * Copyright (c) 1994, Regents of the University of California * * $Id: scansup.h,v 1.6 1999/02/13 23:21:57 momjian Exp $ * *------------------------------------------------------------------------- */#ifndef SCANSUP_H#define SCANSUP_Hextern char *scanstr(char *s);#endif /* SCANSUP_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -