]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/getopt.h
iconv: Suppress array out of bounds warning.
[thirdparty/glibc.git] / include / getopt.h
CommitLineData
784d802e
AJ
1#ifndef _GETOPT_H
2
0f283ffc 3#include <features.h> /* Get __GNU_LIBRARY__ defined now. */
28f540f4 4#include <posix/getopt.h>
784d802e 5
e78f615d
RM
6# ifdef _GETOPT_H
7
784d802e
AJ
8/* Now define the internal interfaces. */
9extern void __getopt_clean_environment (char **__env);
10
e78f615d
RM
11# endif
12
784d802e 13#endif