This is a data manipulation library for the C programming language. The idea is to provide some of the flexibility and ease of use of higher level languages, while reducing the hit to performance. It doesn't add nice things like garbage collection though. It currently has a resizeable array class, some data conversion functions, and string related functions.
This is a simple compile time library I wrote. It is intended to make some tasks easier to do on C/C++. It is needed for GDHLS.