c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
日志初始化这里有调用init_pthread_lock函数,但是这个函数内部错误会利用日志打印,一旦函数内部错误,应该会崩溃吧。