📄 asy.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 + -