📄 pmdconio.h
字号:
/***************************************************************************** $Workfile: PMDconio.h $ $Revision: 6 $ Purpose: Console IO redirector /****************************************************************************/#ifndef _PMDCONIO_H#define _PMDCONIO_H#ifdef WIN32#include <conio.h>#endif#if defined(__cplusplus)extern "C" {#endif#ifdef _LINUX#define PRINTFN void#else #define PRINTFN int#endif void SetPMDprintf(PRINTFN (*fn)(const char*, ...));void PMDprintf( char *fmt, ... );int PMDkbhit();void HostDelay(int milliseconds);#if defined(__cplusplus)}#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -