mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-07 07:21:47 +03:00
9 lines
152 B
C
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
|