- Notifications
You must be signed in to change notification settings - Fork0
General functions and data structures for C
License
NotificationsYou must be signed in to change notification settings
napsy/libhelper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
libhelper============Common algorithms and data structures for the C programming language.Available: - doubly linked list - string hash map - reader for configuration filesIn works: - translation API - simple memory pool - simple reference counted objectsCompilation-------------------You need cmake in orderder to build this project:$ mkdir build$ cd build$ cmake ..$ make$ make testand you're done.