mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
9 lines
401 B
Plaintext
9 lines
401 B
Plaintext
|
Vstr is a string library, designed so you can work optimally with
|
||
|
readv()/writev() for input/output. This means that, for instance, you
|
||
|
can readv() data to the end of the string and writev() data from the
|
||
|
beginning of the string without having to allocate or move memory. It
|
||
|
also means that the library is completely happy with data that has
|
||
|
multiple zero bytes in it.
|
||
|
|
||
|
WWW: http://www.and.org/vstr/
|