mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
优化 web_log
This commit is contained in:
@@ -19,7 +19,7 @@ extern time_t now;
|
||||
extern char time_buf[];
|
||||
|
||||
void SetLogRecord(LogRecord* lr, char* log);
|
||||
char* GetLogRecord(int idx);
|
||||
char* GetLogRecord();
|
||||
|
||||
#define web_log(format, ...) \
|
||||
LOG_TMP = (char*)malloc(sizeof(char)*LOG_LEN); \
|
||||
|
||||
Reference in New Issue
Block a user