libestr

C library for string handling with additional utility functions

brewmacoslinux
Try with needOr install directly
Source

About

C library for string handling (and a bit more)

Commands

libestr

Examples

Link libestr library in C program compilation$ gcc -o myapp myapp.c -lestr
Check installed libestr version and location$ pkg-config --modversion libestr
Get compiler flags for libestr integration$ pkg-config --cflags --libs libestr