summaryrefslogtreecommitdiff
path: root/lib/closeout.h
blob: 49eeaf6dfef6cc10c94b41ace9ee596b55451629 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
#  define PARAMS(Args) Args
# else
#  define PARAMS(Args) ()
# endif
#endif

void close_stdout PARAMS ((void));
void close_stdout_status PARAMS ((int status));