repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[coreutils.git]
/
lib
/
stdio-safer.h
blob
bd5cbd8da8a92def9f16e673936d312e841dabeb
1
#ifndef PARAMS
2
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
3
# define PARAMS(Args) Args
4
# else
5
# define PARAMS(Args) ()
6
# endif
7
#endif
8
9
FILE
*
fopen_safer
PARAMS
((
char const
*,
char const
*));