repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xfreopen need not depend on freopen-safer
[gnulib.git]
/
lib
/
stdopen.h
blob
27901d397c556a4adb41a3bb8db2f07ce5d8c27b
1
#ifndef STDOPEN_H
2
# define STDOPEN_H 1
3
4
# ifdef __cplusplus
5
extern
"C"
{
6
# endif
7
8
int
stdopen
(
void
);
9
10
# ifdef __cplusplus
11
}
12
# endif
13
14
#endif