Mercurial > hg > octave-kai > gnulib-hg
comparison lib/asprintf.c @ 4440:e58a1c05a6ba
Update gettext source files from gettext automatically, using srclist-update.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 14 Jul 2003 22:44:04 +0000 |
parents | 83eabea25586 |
children | a48fb0e98c8c |
comparison
equal
deleted
inserted
replaced
4439:93f450141083 | 4440:e58a1c05a6ba |
---|---|
1 /* Formatted output to strings. | 1 /* Formatted output to strings. |
2 Copyright (C) 1999, 2002 Free Software Foundation, Inc. | 2 Copyright (C) 1999, 2002 Free Software Foundation, Inc. |
3 | 3 |
4 This program is free software; you can redistribute it and/or modify it | 4 This program is free software; you can redistribute it and/or modify |
5 under the terms of the GNU Library General Public License as published | 5 it under the terms of the GNU General Public License as published by |
6 by the Free Software Foundation; either version 2, or (at your option) | 6 the Free Software Foundation; either version 2, or (at your option) |
7 any later version. | 7 any later version. |
8 | 8 |
9 This program is distributed in the hope that it will be useful, | 9 This program is distributed in the hope that it will be useful, |
10 but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 Library General Public License for more details. | 12 GNU General Public License for more details. |
13 | 13 |
14 You should have received a copy of the GNU Library General Public | 14 You should have received a copy of the GNU General Public License along |
15 License along with this program; if not, write to the Free Software | 15 with this program; if not, write to the Free Software Foundation, |
16 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 16 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |
17 USA. */ | |
18 | 17 |
19 #ifdef HAVE_CONFIG_H | 18 #ifdef HAVE_CONFIG_H |
20 # include <config.h> | 19 # include <config.h> |
21 #endif | 20 #endif |
22 | 21 |