blob: 70e790b396ce2fb1487121a66f209bbcc4aedaa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef _GETOPT_H
#include <posix/getopt.h>
# ifdef _GETOPT_H
libc_hidden_proto (getopt_long)
libc_hidden_proto (getopt_long_only)
/* Now define the internal interfaces. */
extern void __getopt_clean_environment (char **__env);
# endif
#endif
|