📄 shellp.h
字号:
/***********************************************************************/
/* */
/* Module: shellp.h */
/* Release: 2004.5 */
/* Version: 2000.5 */
/* Purpose: Header file for the shell application */
/* */
/***********************************************************************/
#ifndef _SHELLP_H /* Don't include this file more than once */
#define _SHELLP_H
/***********************************************************************/
/* Function Prototypes */
/***********************************************************************/
void Shell(FILE *input, FILE *output);
#endif /* _SHELLP_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -