1 Star 0 Fork 31

杨先生 / libhv

forked from ithewei / libhv 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hv.h 710 Bytes
一键复制 编辑 原始数据 按行查看 历史
hewei.it 提交于 2020-07-05 23:56 . code review
#ifndef HV_H_
#define HV_H_
/**
* @copyright 2018 HeWei, all rights reserved.
*/
// platform
#include "hconfig.h"
#include "hplatform.h"
// c
#include "hdef.h" // <stddef.h>
#include "herr.h" // <errno.h>
#include "htime.h" // <time.h>
#include "hmath.h" // <math.h>
#include "hbase.h"
#include "hversion.h"
#include "hsysinfo.h"
#include "hproc.h"
#include "hthread.h"
#include "hmutex.h"
#include "hsocket.h"
#include "hlog.h"
#include "hbuf.h"
#include "hgui.h"
// cpp
#ifdef __cplusplus
#include "hmap.h" // <map>
#include "hstring.h" // <string>
#include "hvar.h"
#include "hobj.h"
#include "hfile.h"
#include "hdir.h"
#include "hurl.h"
#include "hscope.h"
#endif
#endif // HV_H_
C
1
https://gitee.com/yuanfen136/libhv.git
git@gitee.com:yuanfen136/libhv.git
yuanfen136
libhv
libhv
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891