utils 按作用拆成 log/macros/memory 三个模块
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "base/log.h"
|
||||
#include "base/memory.h"
|
||||
|
||||
static char *config_loader_join_path(const char *base, const char *suffix) {
|
||||
if (!base || !suffix) return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user