record.h.svn-base

来自「vc环境下编译的一个对USB设备进行烧录的驱动程序」· SVN-BASE 代码 · 共 17 行

SVN-BASE
17
字号
#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 + =
减小字号Ctrl + -
显示快捷键?