Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/napsy/libhelper
General functions and data structures for C
https://github.com/napsy/libhelper
Last synced: 8 days ago
JSON representation
General functions and data structures for C
- Host: GitHub
- URL: https://github.com/napsy/libhelper
- Owner: napsy
- License: bsd-3-clause
- Created: 2010-07-31T13:52:27.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-21T18:01:22.000Z (over 13 years ago)
- Last Synced: 2023-04-14T06:38:17.952Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 113 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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.