comparison lib-src/getopt1.c @ 21501:c8c409640bf3 gcc-2_8_1-980419 gcc-2_8_1-980426 make-3-75-93

automatically generated from GPLed version
author Ulrich Drepper <drepper@redhat.com>
date Tue, 14 Apr 1998 00:02:53 +0000
parents 4c72cf4eeedb
children 134b57acef68
comparison
equal deleted inserted replaced
21500:4c72cf4eeedb 21501:c8c409640bf3
1 /* getopt_long and getopt_long_only entry points for GNU getopt. 1 /* getopt_long and getopt_long_only entry points for GNU getopt.
2 Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98 2 Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5 NOTE: The canonical source of this file is maintained with the GNU C Library. 5 NOTE: The canonical source of this file is maintained with the GNU C Library.
6 Bugs can be reported to bug-glibc@prep.ai.mit.edu. 6 Bugs can be reported to bug-glibc@gnu.org.
7 7
8 This program is free software; you can redistribute it and/or modify it 8 This program is free software; you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published by the 9 under the terms of the GNU General Public License as published by the
10 Free Software Foundation; either version 2, or (at your option) any 10 Free Software Foundation; either version 2, or (at your option) any
11 later version. 11 later version.