Skip to content
forked from red-chen/simple

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

License

Notifications You must be signed in to change notification settings

chenfuchen/simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple

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

Software License Build Status

开发环境

  • 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

功能集合

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 93.2%
  • C++ 4.2%
  • Python 2.4%
  • Shell 0.2%