Mercurial > hg > octave-kai > gnulib-hg
view lib/xstrtod.h @ 1305:62df1b99c9ab
add braces to disambiguate ambiguous else
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sun, 05 Apr 1998 21:32:26 +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 */