glibc/include/getopt.h

16 lines
250 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
# ifdef _GETOPT_H
libc_hidden_proto (getopt_long)
libc_hidden_proto (getopt_long_only)
2000-12-27 21:25:30 +01:00
/* Now define the internal interfaces. */
extern void __getopt_clean_environment (char **__env);
# endif
2000-12-27 21:25:30 +01:00
#endif