ithewei 6 年之前
父節點
當前提交
927e170407
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      README.md
  2. 1 0
      h.h

+ 1 - 0
README.md

@@ -34,6 +34,7 @@ hw 是一套跨平台c++工具集,类名以H开头
 - hmain.h: main_ctx: arg env
 - hproc.h: 子进程/线程类
 - hsysinfo.h: 系统信息
+- hifconf.h: ifconfig实现
 - singleton.h: 单例模式
 - iniparser.h: ini解析
 

+ 1 - 0
h.h

@@ -32,6 +32,7 @@
 #include "hmain.h"
 #include "hproc.h"
 #include "hsysinfo.h"
+#include "hifconf.h"
 
 #include "singleton.h"
 #include "iniparser.h"