Mercurial > hg > octave-nkf > gnulib-hg
view lib/savedir.h @ 3416:d2473ed2cd04
Update prototype.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Fri, 31 Aug 2001 09:09:35 +0000 |
parents | 16426e098641 |
children | c6450308f123 |
line wrap: on
line source
#if !defined SAVEDIR_H_ # define SAVEDIR_H_ # ifndef PARAMS # if defined PROTOTYPES || (defined __STDC__ && __STDC__) # define PARAMS(Args) Args # else # define PARAMS(Args) () # endif # endif char *savedir PARAMS ((const char *dir)); #endif