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
.
[coreutils.git]
/
lib
/
closeout.h
blob
49eeaf6dfef6cc10c94b41ace9ee596b55451629
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
void
close_stdout
PARAMS
((
void
));
10
void
close_stdout_status
PARAMS
((
int
status
));