📄 record.h.svn-base
字号:
#ifndef _H_RECORD_
#define _H_RECORD_
//this module can be used to keep the console result into a file
void record_int(int port);
void record_write(char *s, int len, int port);
void record_free(int port);
void record_enable();
void record_disable();
void info_record_int(int port);
void info_record_write( LPCSTR s, int len,int port);
void info_record_free(int port);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -