[refactor]: rearrange code
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include "cstdio"
|
||||
|
||||
#define write_log(format,args...) do { \
|
||||
printf(format, ## args); \
|
||||
} while(0)
|
||||
#define write_log(format, args...) \
|
||||
do { \
|
||||
printf(format, ##args); \
|
||||
} while (0)
|
||||
|
||||
Reference in New Issue
Block a user