Ai
1 Star 2 Fork 5

觉皇/WINUSB_PC_Test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
workspace.h 360 Bytes
一键复制 编辑 原始数据 按行查看 历史
觉皇 提交于 2023-06-04 21:26 +08:00 . 首次提交
#ifndef WORKSPACE_H
#define WORKSPACE_H
#include <QDebug>
#define QDBG(tag, args...) do{\
char temp[4096] = tag;\
sprintf(temp + 7, ##args);\
qDebug()<<temp;\
}while(0)
#define ERR(args...) QDBG("ERROR ", ##args)
#define WARNING(args...) QDBG("WARNING ", ##args)
#define DBG(args...) QDBG("DEBUG ", ##args)
#endif // WORKSPACE_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/jhembed/WINUSB_PC_Test.git
git@gitee.com:jhembed/WINUSB_PC_Test.git
jhembed
WINUSB_PC_Test
WINUSB_PC_Test
main

搜索帮助