Skip to content

napsy/libhelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

General functions and data structures for C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages