repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* sysdeps/m68k/fpu/s_finite.c: Add internal alias.
[glibc.git]
/
include
/
getopt.h
blob
7a35c8a20b5d5c3ee3404e16f85b40264e79ce14
1
#ifndef _GETOPT_H
2
3
#include <posix/getopt.h>
4
5
/* Now define the internal interfaces. */
6
extern
void
__getopt_clean_environment
(
char
**
__env
);
7
8
#endif