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