Update.
[glibc.git] / include / getopt.h
blob7bef4ba4bb27da37e3c8791b61da33763f5a918d
1 #ifndef _GETOPT_H
3 #include <features.h> /* Get __GNU_LIBRARY__ defined now. */
4 #include <posix/getopt.h>
6 # ifdef _GETOPT_H
8 libc_hidden_proto (getopt_long)
9 libc_hidden_proto (getopt_long_only)
11 /* Now define the internal interfaces. */
12 extern void __getopt_clean_environment (char **__env);
14 # endif
16 #endif