Home - ParadoxZero/libgeneric GitHub Wiki

libgeneric

A generic container and algorithm collection for C. This library is designed to be type generic similar to STL in C++.

Due to lack of template like structure in C. void* pointers along with the data size is used to store the data.

This wiki describes the APIs exposed by the library and necessary details.