Mercurial > hg > octave-kai > gnulib-hg
view lib/xstrtod.h @ 4086:f1d4a2e6825a
Remove unused declaration.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 17 Dec 2002 11:48:11 +0000 |
parents | cf3c93b52b9b |
children | c6450308f123 |
line wrap: on
line source
#ifndef XSTRTOD_H # define XSTRTOD_H 1 # ifndef PARAMS # if defined PROTOTYPES || (defined __STDC__ && __STDC__) # define PARAMS(Args) Args # else # define PARAMS(Args) () # endif # endif int xstrtod PARAMS ((const char *str, const char **ptr, double *result)); #endif /* not XSTRTOD_H */