Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 files

In works:
- translation API
- simple memory pool
- simple reference counted objects

Compilation
-------------------
You need cmake in orderder to build this project:

$ mkdir build
$ cd build
$ cmake ..
$ make
$ make test

and you're done.