blob: a276533124dd312530647632b25d6b622e3bb448 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
From libfirestring(3):
"libfirestring is a string handling library that provides
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 POSIX, enabling
programmers to write POSIX-compliant code while using such
safe functions (strcasecmp, strncasecmp, snprintf).
"libfirestring also includes functions for dealing with
reading configuration files in an easy to program fashion."
WWW: http://ares.penguinhosting.net/~ian/
- Dean
dean@odyssey.apana.org.au
|