seriallog.h
来自「Gcomm is a serial communications program」· C头文件 代码 · 共 12 行
H
12 行
/* $Id: seriallog.h,v 1.2 2001/10/25 23:56:29 efalk Exp $ */#ifndef SERIALLOG_H#define SERIALLOG_Hextern FILE *SerialLogFile ;extern void SerialLogFlush() ;extern void SerialLog(const void *data, int len, int w) ;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?