tbox

Glib-like multi-platform C library for cross-platform development

brewmacoslinux
Try with needOr install directly
Source

About

Glib-like multi-platform C library

Commands

tbox

Examples

Display tbox version and build information$ tbox --version
Show help documentation for tbox library usage$ tbox --help
Compile a C program using tbox library$ gcc -o myapp myapp.c $(pkg-config --cflags --libs tbox)