diff options
author | pav <pav@FreeBSD.org> | 2004-02-12 04:28:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-12 04:28:13 +0800 |
commit | aa7175844d92bf2f8c011c627aa471d5d1e37ed6 (patch) | |
tree | a298cd57fcef4a39cbd999283610184fa2301dde /devel/Makefile | |
parent | 253dce3c45e3be741632d960955f0edb32b0e458 (diff) | |
download | freebsd-ports-graphics-aa7175844d92bf2f8c011c627aa471d5d1e37ed6.tar.gz freebsd-ports-graphics-aa7175844d92bf2f8c011c627aa471d5d1e37ed6.tar.zst freebsd-ports-graphics-aa7175844d92bf2f8c011c627aa471d5d1e37ed6.zip |
Add vstr, 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.
PR: ports/62628
Submitted by: Robert Schlotterbeck <robert@rs.tarrant.tx.us>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 815df434ed6..8539fd55f6f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1166,6 +1166,7 @@ SUBDIR += vb2c SUBDIR += veepee SUBDIR += viewcvs + SUBDIR += vstr SUBDIR += vtcl SUBDIR += whups SUBDIR += wizard |