Mercurial > hg > octave-kai > gnulib-hg
view lib/closeout.h @ 1929:f7d4ee7478d7
(get_date): Rename outermost local `probe' to `quarter'.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sun, 29 Aug 1999 12:28:56 +0000 |
parents | fba7a9ed81ea |
children | c08d2e03f6b5 |
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 PARAMS ((void)); void close_stdout_status PARAMS ((int status));