help_opt.h
来自「功能强大的文本编辑器」· C头文件 代码 · 共 40 行
H
40 行
/* help_opt.h 25.08.93 */
/*
/ --------------------------------------------------------------
/ Copyright (C) 1993: Michael Braun
/ Kaetinger Muehlenweg 103 A
/ D-28816 Stuhr
/ --------------------------------------------------------------
/
/ header file for help_opt.c (function prototypes)
/
*/
/************************/
/* often used macros */
/************************/
/************************/
/* often used defines */
/************************/
/************************/
/* forward references */
/************************/
extern void show_header (void);
extern void show_intro (void);
extern void show_help_option (void);
/************************/
/* public variables */
/************************/
/* Modification History */
/* 15.01.93 - file erzeugt */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?