1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-05-07 07:21:47 +03:00
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