glibc/include/getopt.h

9 lines
152 B
C

#ifndef _GETOPT_H
#include <posix/getopt.h>
/* Now define the internal interfaces. */
extern void __getopt_clean_environment (char **__env);
#endif