Simple
C语言开发的工具库,包括常用的字符串解析、数据结构、日志库、异步IO线程等
开发环境
- gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC)
- C99
- python
- Linux
本地编译
# 安装scons
https://github.com/red-chen/scons-init
# 编译代码
> git clone https://github.com/red-chen/simple.git --recursive
> cd simple
> scons
> sh test.sh
功能集合
- [时间转换] (https://github.com/red-chen/simple/blob/master/include/simple/timestamp.h)
- 日志
- Json
- 原子操作
- 多线程封装