00001 #ifndef CLOSEOUT_H 00002 # define CLOSEOUT_H 1 00003 00004 # ifndef PARAMS 00005 # if defined PROTOTYPES || (defined __STDC__ && __STDC__) 00006 # define PARAMS(Args) Args 00007 # else 00008 # define PARAMS(Args) () 00009 # endif 00010 # endif 00011 00012 void close_stdout_set_status PARAMS ((int status)); 00013 void close_stdout_set_file_name PARAMS ((const char *file)); 00014 void close_stdout PARAMS ((void)); 00015 void close_stdout_status PARAMS ((int status)); 00016 00017 #endif