其实看到问题评价是负 ******,我还是回答了。这些都不是很大的库,可以抄抄。 http://libcello.org/ git clone https://github.com/orangeduck/libCello Cello is a GNU99 C library which brings higher level programming to C. * Interfaces allow for structured design * Duck Typing allows for generic functions * Exceptions control error handling * Constructors/Destructors aid memory management * Syntactic Sugar increases readability * C Library means excellent performance and integration libbsd git clone git://anongit.freedesktop.org/git/libbsd This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project. Coreutils - GNU core utilities git clone git://git.sv.gnu.org/coreutils
http://libcello.org/
Cello is a GNU99 C library which brings higher level programming to C.
libbsd
This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project.
Coreutils - GNU core utilities