vstr

C string library providing safe and efficient string handling

brewmacoslinux
Try with needOr install directly
Source

About

C string library

Commands

vstr

Examples

Link vstr library in C compilation$ gcc -o myprogram myprogram.c -lvstr
Include vstr header in C source files$ grep -r '#include <vstr.h>' /usr/local/include/
Check installed vstr version and library files$ pkg-config --modversion vstr && pkg-config --libs vstr