Mercurial > hg > octave-kai > gnulib-hg
view lib/xstrtod.h @ 2880:2a7e5d634dca
*** empty log message ***
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Mon, 25 Sep 2000 00:01:22 +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 */