libmaa

Low-level C library providing hash tables, sets, and lists

brewmacoslinux
Try with needOr install directly
Source

About

Low-level data structures including hash tables, sets, lists

Commands

libmaa

Examples

Check libmaa installation and version information$ pkg-config --modversion libmaa
Compile a C program that uses libmaa hash table functions$ gcc -o myapp myapp.c $(pkg-config --cflags --libs libmaa)
Get compiler flags needed for libmaa development$ pkg-config --cflags --libs libmaa