This library is a set of very basic but usefull tools for C developping
Its goal is to ease C development by simplifying repetitive or long tasks like memory gestion
- Add `CLib_v2.h` and `CLib_v2.a` to your project's folder
- Link CLib_v2 to your project by including CLib_v2.h: `#include "CLib_v2.h"`
-
Compile linking the library
`gcc file1.c [...] fileN.c CLib_v2.a -o yourExecutable` you may add option `-Wall`