1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/misc/firestring/pkg-descr
Kevin Lo 3dda76e86c Initial import of firestring 0.1.9.
Libfirestring is a string handling library that provides
maximum length aware string handling functions to programs.

PR: 38025
Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
2002-08-22 03:35:39 +00:00

19 lines
628 B
Plaintext

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