⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pmdconio.h

📁 一个机器人的源代码.软件设计得超级好!是商业级代码.
💻 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 + -