📄 pprintf.h
字号:
/*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -