Unroll x86-64 strlen
[glibc.git] / include / getopt.h
blob6f2693d21bd1411cc43a547570c9dab973a2634f
1 #ifndef _GETOPT_H
3 #include <features.h> /* Get __GNU_LIBRARY__ defined now. */
4 #include <posix/getopt.h>
6 # ifdef _GETOPT_H
8 /* Now define the internal interfaces. */
9 extern void __getopt_clean_environment (char **__env);
11 # endif
13 #endif