more.h

来自「c语言库函数!里面包含了所以c语言中的系统函数的实现及其详细说明和代码!请大家及」· C头文件 代码 · 共 25 行

H
25
字号
/* +++Date last modified: 05-Jul-1997 */

/*
**  SNIPPETS header file for MOREPROC.C & ADJSCROL.C
**
**  Note: As written, this code is DOS-specific. To enhance portability:
**
**        1. Use UNXGETCH.C from SNIPPETS for portable EXT_KEYS.H functions.
**        2. Use constants or other non-DOS definitions for SCRNxxxx macros.
**        3. Conditional code in DELAY.C allows use with non-DOS compilers.
*/

#ifndef MORE__H
#define MORE__H

#include "scrnmacs.h"                     /* For SCREENROWS, SCREENCOLS */
#include "snip_str.h"                     /* For strn1cpy(), strmove()  */
#include "ext_keys.h"                     /* For ext_getch()            */
#include "delay.h"                        /* For delay()                */

int more_proc(char *str);                             /* MOREPROC.C     */
int adj_scroll(char *str);                            /* ADJSCROL.C     */

#endif /* MORE__H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?