mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
53d982afed
C library that allows a programmer to parse sentences easier. PR: 16522 Submitted by: Will Andrews <andrews@technologist.com>
11 lines
343 B
Plaintext
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>
|