/libeasy

一个基于Linux的纯C基础类库

Primary LanguageC

libeasy

libeasy是一个基于纯C开发的基础类工具类库,辅助C/C++项目的快速开发。


├── Makefile
└── lib
    └── base
        ├── easy.h
        ├── ebuffer.c
        ├── ebuffer.h
        ├── ecommon.h
        ├── elog.c
        ├── elog.h
        ├── emem_pool.c
        ├── emem_pool.h
        ├── ememory.c
        ├── ememory.h
        ├── enetwork.c
        ├── enetwork.h
        ├── eother.c
        ├── eother.h
        ├── eprocess_lock.c
        ├── eprocess_lock.h
        ├── eproperty.c
        ├── eproperty.h
        ├── equeue.c
        ├── equeue.h
        ├── eshm.c
        ├── eshm.h
        ├── estring.c
        ├── estring.h
        ├── esyslog.c
        ├── esyslog.h
        ├── ethread_pool.c
        ├── ethread_pool.h
        ├── etime.c
        └── etime.h