• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-Mar-2004-

firemake/H10-Mar-2004-927752

man/H10-Mar-2004-2,2362,081

GPLH A D23-Jul-200317.6 KiB341281

READMEH A D04-Aug-20031 KiB2821

configureH A D10-Mar-20042.6 KiB11988

firemake.binariesH A D24-Jun-200230 21

firemake.headersH A D25-Jun-200213 21

firemake.librariesH A D24-Jun-200228 21

firemake.noinstallH A D24-Jun-20027 21

firemake.versionH A D10-Mar-20047 21

firestring.cH A D09-Mar-200437.3 KiB1,5271,251

firestring.hH A D09-Mar-20048.3 KiB136104

tester.cH A D10-Mar-200411.6 KiB300246

README

1FireString Library
2------------------
3(c) 2000 Ian Gulliver under the GNU Public License, Version 2.
4See GPL for more details.
5
6Parts of this library are taken from dstr and dconf, part of LibD:
7* Copyright (C) 2001-2002  Andres Salomon <dilinger@mp3revolution.net>
8
9From libfirestring(3):
10
11"libfirestring is a string handling library that provides
12maximum length aware string handling functions to programs.
13Several functions provide saner interfaces than the standard
14libc functions.  libfirestring also provides functions that
15are in most libc's but not provided for by ANSI C, enabling
16programmers to write ANSI C-compliant code while using such
17safe functions (strcasecmp, strncasecmp, snprintf).
18
19"libfirestring also includes functions for dealing with
20reading configuration files in an easy to program fashion."
21
22This library uses long long, which is part of the C99 standard
23(previously a GNU extension).  Your compiler needs to support
24this in order for FireString to work.
25
26If you have questions or comments, you can reach me at
27ian@penguinhosting.net.
28