glibc/include/getopt.h
Andreas Jaeger 784d802ea2 Update.
* include/setjmp.h: Likewise.
2000-12-27 20:25:30 +00:00

9 lines
152 B
C

#ifndef _GETOPT_H
#include <posix/getopt.h>
/* Now define the internal interfaces. */
extern void __getopt_clean_environment (char **__env);
#endif