mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
11 lines
464 B
Plaintext
11 lines
464 B
Plaintext
|
Str - Generic String Library
|
||
|
Copyright (c) 1999-2000 Ralf S. Engelschall <rse@engelschall.com>
|
||
|
|
||
|
The Str library is a generic string library written in ANSI C which
|
||
|
provides functions for handling, matching, parsing, searching and
|
||
|
formatting of C strings. So it can be considered as a superset of POSIX
|
||
|
string(3), but its main intention is to provide a more convinient and
|
||
|
compact API plus a more generalized functionality.
|
||
|
|
||
|
WWW: http://www.engelschall.com/sw/str/
|