⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 record.h.svn-base

📁 vc环境下编译的一个对USB设备进行烧录的驱动程序
💻 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 + -