asy.h
来自「scope is a very good software with sourc」· C头文件 代码 · 共 28 行
H
28 行
/************************************************************************************* 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 + =
减小字号Ctrl + -
显示快捷键?