summaryrefslogtreecommitdiff
path: root/include/getopt.h
blob: 7a35c8a20b5d5c3ee3404e16f85b40264e79ce14 (plain)
1
2
3
4
5
6
7
8
#ifndef _GETOPT_H

#include <posix/getopt.h>

/* Now define the internal interfaces.  */
extern void __getopt_clean_environment (char **__env);

#endif