freebsd-ports/devel/libcache/pkg-descr
R. Imura 53d982afed Initial import of libcache-1.0.0.
C library that allows a programmer to parse sentences easier.

PR:		16522
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-13 02:01:01 +00:00

11 lines
343 B
Plaintext

[ paraphrased from the README ]
libcache is a high-level C library that allows a programmer
to use the standard string manipulation functions (like
strtok() and sscanf()) to parse and access deliminated sentences
easier.
WWW: http://www.afro-productions.com/libs.html
Author: Matt Miller <mmiller@hick.org>
--Will <andrews@technologist.com>