annotate lib/exitfail.h @ 6163:bba2240c9260

* iconvme.h: Add prototype for iconv_alloc.
author Simon Josefsson <simon@josefsson.org>
date Tue, 30 Aug 2005 07:38:53 +0000
parents a48fb0e98c8c
children bbbbbf4cd1c5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3905
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
1 /* Failure exit status
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
2
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
3 Copyright (C) 2002 Free Software Foundation, Inc.
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
4
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
5 This program is free software; you can redistribute it and/or modify
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
6 it under the terms of the GNU General Public License as published by
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
7 the Free Software Foundation; either version 2, or (at your option)
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
8 any later version.
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
9
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
10 This program is distributed in the hope that it will be useful,
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
13 GNU General Public License for more details.
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
14
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
15 You should have received a copy of the GNU General Public License
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
16 along with this program; see the file COPYING.
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
17 If not, write to the Free Software Foundation,
5848
a48fb0e98c8c *** empty log message ***
Paul Eggert <eggert@cs.ucla.edu>
parents: 3905
diff changeset
18 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
3905
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
19
33b49f6b43b3 New files, from diffutils-2.8.2.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
20 extern int volatile exit_failure;