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

📄 auto.h

📁 有了操作系统、TCP/IP协议栈、文件系统
💻 H
字号:
/*** $Id: auto.h,v 1.1 2004/01/29 06:12:18 weiym Exp $**** auto.h: head file for automatic Input Engine**** Copyright (C) 2004 Feynman Software.**** Created by Wei YongMing, 2004/01/29*/#ifndef _IAL_AUTO_H#define _IAL_AUTO_H#ifdef __cplusplusextern "C" {#endif  /* __cplusplus */BOOL InitAutoInput (INPUT* input, const char* mdev, const char* mtype);void TermAutoInput (void);#ifdef __cplusplus}#endif  /* __cplusplus */#endif /* _IAL_AUTO_H */

⌨️ 快捷键说明

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