glibc/include/getopt.h

9 lines
152 B
C
Raw Normal View History

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