Mercurial > hg > octave-nkf > gnulib-hg
view lib/savedir.h @ 3237:17796f8ff7e8
Include dirname.h.
(strip_trailing_slashes): Remove decl; now in dirname.h.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sat, 12 May 2001 10:05:15 +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