glibc/include/getopt.h

9 lines
152 B
C
Raw Normal View History

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