mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* lib/getopt.in.h (getopt etc.): Do the macro definitions also when __need_getopt is defined. Undefine all macros before defining them. * modules/getopt (Include): Clarify that including <unistd.h> is also OK. * tests/test-getopt.c: Add comment.
27 lines
291 B
Plaintext
27 lines
291 B
Plaintext
Description:
|
|
Process command line arguments.
|
|
|
|
Status:
|
|
deprecated
|
|
|
|
Notice:
|
|
This module is deprecated. Use the module 'getopt-posix' or 'getopt-gnu' instead.
|
|
|
|
Files:
|
|
|
|
Depends-on:
|
|
getopt-gnu
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<getopt.h> or <unistd.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all, glibc
|