#ifndef CONFIG_H
#define CONFIG_H
#include "exec_hook.h"
// #define HOOK 1 // 由 Makefile 定义
ConfigData *load_config();
#endif // CONFIG_H