1 2 3 4 5 6 7 8
#ifndef _GETOPT_H #include <posix/getopt.h> /* Now define the internal interfaces. */ extern void __getopt_clean_environment (char **__env); #endif