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

📄 io.h

📁 minimal python variant for small footprint apps like embedded apps
💻 H
字号:
/**********************************************************************//*                                                                    *//* io.h: input/output subsystem definitions                           *//*                                                                    *//* Jeffery D. Collins                                                 *//* (c) Endeavors Technology, Inc.                                     *//*                                                                    *//* Modification history                                               *//*                                                                    *//* When?      What?                                              Who? *//* -------------------------------------------------------------------*//*                                                                    *//**********************************************************************/#ifndef IO_H#define IO_H/**********************************************************************//* Includes                                                           *//**********************************************************************/#include <PalmOS.h>#include "libc_segments.h"/**********************************************************************//* Prototypes                                                         *//**********************************************************************//* cannot put these into segments - they must be exposed to callers   of the library */Boolean ioHandleEvent (EventPtr event);void ioPutS (Char* s);Err ioInit(UInt16 formID, UInt16 fieldID, UInt16 scrollerID, UInt16 maxChars);void ioClear(void);#endif

⌨️ 快捷键说明

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