mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
46b8055772
- unbreak: don't write in /usr/lib - use bzip2 - depend on gcc3 - update pkg-descr & WWW: tag PR: 65951 Submitted by: maintainer
20 lines
754 B
Plaintext
20 lines
754 B
Plaintext
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 ANSI C, enabling
|
|
programmers to write ANSI C-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.
|
|
|
|
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/
|
|
|
|
- Dean
|
|
dean@odyssey.apana.org.au
|