Mercurial > hg > octave-lojdl > gnulib-hg
view lib/savedir.h @ 2942:c5e4ce044bd7
fix typo: s/fseek0/fseeko/
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sun, 29 Oct 2000 17:19:51 +0000 |
parents | 16426e098641 |
children | d2473ed2cd04 |
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, off_t name_size)); #endif