增加宏命令分号

pull/13/head
陈增辉 2025-03-25 15:20:58 +08:00
parent c8d3f62cd5
commit 66bed73702
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ inline char* get_cur_time() {
return s;
}
#define PRINT(fmt, ...) printf("%s " fmt, get_cur_time(), ##__VA_ARGS__)
#define PRINT(fmt, ...) printf("%s " fmt, get_cur_time(), ##__VA_ARGS__);