refactor: 将 APP_NAME 宏从 CMake 配置文件生成改为静态头文件
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "app.h"
|
||||
#include "base/app.h"
|
||||
|
||||
const char *current_time_str(void) {
|
||||
static char buffer[25];
|
||||
|
||||
Reference in New Issue
Block a user