1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/getopt
Bruno Haible 571d60e6f9 getopt: Fix link error for users of getopt() in <unistd.h>.
* 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.
2016-12-18 13:08:25 +01:00

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