Mercurial > hg > octave-shane > gnulib-hg
comparison lib/argp-fmtstream.c @ 4419:9b828c973b9d
Get lib/argp* from glibc.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 08 Jul 2003 23:25:13 +0000 |
parents | 1c170fb33fa6 |
children | 60f76c3e517a |
comparison
equal
deleted
inserted
replaced
4418:f281691fdb0b | 4419:9b828c973b9d |
---|---|
1 /* Word-wrapping and line-truncating streams | 1 /* Word-wrapping and line-truncating streams |
2 Copyright (C) 1997,1998,1999,2001,2002,2003 Free Software Foundation, Inc. | 2 Copyright (C) 1997,1998,1999,2001,2002,2003 Free Software Foundation, Inc. |
3 This file is part of the GNU C Library. | 3 This file is part of the GNU C Library. |
4 Written by Miles Bader <miles@gnu.ai.mit.edu>. | 4 Written by Miles Bader <miles@gnu.ai.mit.edu>. |
5 | 5 |
6 The GNU C Library is free software; you can redistribute it and/or | 6 This program is free software; you can redistribute it and/or modify |
7 modify it under the terms of the GNU Lesser General Public | 7 it under the terms of the GNU General Public License as published by |
8 License as published by the Free Software Foundation; either | 8 the Free Software Foundation; either version 2, or (at your option) |
9 version 2.1 of the License, or (at your option) any later version. | 9 any later version. |
10 | 10 |
11 The GNU C Library is distributed in the hope that it will be useful, | 11 This program is distributed in the hope that it will be useful, |
12 but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 Lesser General Public License for more details. | 14 GNU General Public License for more details. |
15 | 15 |
16 You should have received a copy of the GNU Lesser General Public | 16 You should have received a copy of the GNU General Public License along |
17 License along with the GNU C Library; if not, write to the Free | 17 with this program; if not, write to the Free Software Foundation, |
18 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA | 18 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |
19 02111-1307 USA. */ | |
20 | 19 |
21 /* This package emulates glibc `line_wrap_stream' semantics for systems that | 20 /* This package emulates glibc `line_wrap_stream' semantics for systems that |
22 don't have that. */ | 21 don't have that. */ |
23 | 22 |
24 #ifdef HAVE_CONFIG_H | 23 #ifdef HAVE_CONFIG_H |