Simple

C语言开发的工具库,包括常用的字符串解析、数据结构、日志库、异步IO线程等

Software License Build Status

开发环境

本地编译

# 安装scons
https://github.com/red-chen/scons-init

# 编译代码
> git clone https://github.com/red-chen/simple.git --recursive
> cd simple
> scons
> sh test.sh

功能集合