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

📄 asy.h

📁 scope is a very good software with source for using as base for tty debug
💻 H
字号:
/************************************************************************************* Filename         : asy.h*** Purpose          : Definitions for the ASY physical layer in NCP*** Author           : Matt J. Gumbley*** Created          : 16/01/97*** Last updated     : 29/12/98***************************************************************************************** Modification Record**********************************************************************************/#ifndef ASY_H#define ASY_Hvoid asy_flush(int);int  asy_test(int);int  asy_getc(int);int  asy_uputc(int,byte);int  asy_write(int,byte*, int);int  asy_open(char*,int);void asy_close(int);#endif /* ASY_H */

⌨️ 快捷键说明

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