2000-01-09 20:47:04 +01:00
|
|
|
Str - Generic String Library
|
2001-08-16 16:08:35 +02:00
|
|
|
Copyright (c) 1999-2001 Ralf S. Engelschall <rse@engelschall.com>
|
2000-01-09 20:47:04 +01:00
|
|
|
|
|
|
|
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/
|