ithewei 6 ani în urmă
părinte
comite
927e170407
2 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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"