repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: myjupyterlab.sh
[GalaxyCodeBases.git]
/
c_cpp
/
lib
/
gnulib
/
modules
/
freopen-safer
blob
bfeb0ce88f0d7ddbd76a4e31e560e21b081c8c6b
1
Description:
2
freopen function that avoids clobbering std{in,out,err}.
3
4
Files:
5
lib/stdio--.h
6
lib/stdio-safer.h
7
lib/freopen-safer.c
8
9
Depends-on:
10
dup2
11
freopen
12
open
13
stdbool
14
15
configure.ac:
16
gl_MODULE_INDICATOR([freopen-safer])
17
18
Makefile.am:
19
lib_SOURCES += freopen-safer.c
20
21
Include:
22
"stdio-safer.h"
23
24
License:
25
GPL
26
27
Maintainer:
28
Eric Blake