libremachines
is a collection of single-file libraries with written in portable C.
- Written in C99
- Use freely under Zlib license.
- Text parsing (
parser.c
) - Array programming (
array.c
) - Terminal utilities (
airlib.c
)
- Place the desired library file (.c/.h) in your folder
- Use the
#include "libname.h"