?? 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 + -