glibc/include/getopt.h

9 lines
152 B
C
Raw Normal View History

2000-12-28 04:25:30 +08:00
#ifndef _GETOPT_H
1995-02-18 09:27:10 +08:00
#include <posix/getopt.h>
2000-12-28 04:25:30 +08:00
/* Now define the internal interfaces. */
extern void __getopt_clean_environment (char **__env);
#endif