pprintf.h

来自「使用于OS/2下的小工具的C源程序,使用于OS/2下的小工具的C源程序」· C头文件 代码 · 共 14 行

H
14
字号
/*
* PPRINF.H - Pageprintf routine enables us to handle the /P option in each
*	    command. It gives the printf interface out and prints the text
*	    'Press any key' and requires a key each time the screen is full of text.
*	    Definitions.
*
* PROGRAMMER:	    Martti Ylikoski
* CREATED:	    2.11.1991
* VERSION:	    1.0
*
*/

int Pageprintf(int rows, char *fmt, ...) ;

⌨️ 快捷键说明

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