Mercurial > hg > octave-lojdl > gnulib-hg
view lib/savedir.h @ 4218:c711c0a14205
New module c-ctype.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 28 Jan 2003 13:47:46 +0000 |
parents | d2473ed2cd04 |
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