d7fc46fed8
Vstr is a string library designed for network communication. Its design uses blocks of ptr+length data, so adding, substituting, and deleting data are all fast operations. It has a full API of all the usual string tasks: searching, comparing, splitting, substitution, converting between upper and lower case, and parsing numbers and strings. Has a full POSIX and ISO 9899:1999 compliant printf() implementation including gcc warning compatible custom formatters.
4 lines
160 B
Plaintext
4 lines
160 B
Plaintext
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2009/05/12 21:38:59 sthen Exp $
|
|
@lib lib/libvstr-1.0.so.${LIBvstr-1.0_VERSION}
|
|
@lib lib/libvstr.so.${LIBvstr_VERSION}
|