Mercurial > hg > octave-lojdl > gnulib-hg
view lib/closeout.h @ 2942:c5e4ce044bd7
fix typo: s/fseek0/fseeko/
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sun, 29 Oct 2000 17:19:51 +0000 |
parents | 969ab6bb95c4 |
children | 07367d07a6db |
line wrap: on
line source
#ifndef PARAMS # if defined PROTOTYPES || (defined __STDC__ && __STDC__) # define PARAMS(Args) Args # else # define PARAMS(Args) () # endif #endif void close_stdout_set_status PARAMS ((int status)); void close_stdout_set_file_name PARAMS ((const char *file)); void close_stdout PARAMS ((void)); void close_stdout_status PARAMS ((int status));