2004-02-01 00:13:01 +01:00
|
|
|
libfirestring is a string handling library that provides
|
2003-11-09 02:13:23 +01:00
|
|
|
maximum length aware string handling functions to programs.
|
|
|
|
Several functions provide saner interfaces than the standard
|
|
|
|
libc functions. libfirestring also provides functions that
|
|
|
|
are in most libc's but not provided for by ANSI C, enabling
|
|
|
|
programmers to write ANSI C-compliant code while using such
|
|
|
|
safe functions (strcasecmp, strncasecmp, snprintf).
|
2002-08-22 05:35:39 +02:00
|
|
|
|
2002-11-15 23:52:30 +01:00
|
|
|
libfirestring also includes functions for dealing with
|
2004-02-01 00:13:01 +01:00
|
|
|
reading configuration files in an easy to program fashion.
|
2002-08-22 05:35:39 +02:00
|
|
|
|
2004-05-02 04:12:43 +02:00
|
|
|
This library uses long long, which is part of the C99 standard
|
|
|
|
(previously a GNU extension). Your compiler needs to support
|
|
|
|
this in order for FireString to work.
|
|
|
|
|
|
|
|
WWW: http://www.firestuff.org/
|
2002-08-22 05:35:39 +02:00
|
|
|
|
|
|
|
- Dean
|
|
|
|
dean@odyssey.apana.org.au
|