File: xstrtod.h

package info (click to toggle)
shellutils 1.16-6
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 3,260 kB
  • ctags: 2,149
  • sloc: ansic: 22,416; yacc: 1,034; sh: 612; makefile: 350; perl: 239; sed: 93
file content (14 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef XSTRTOD_H
# define XSTRTOD_H 1

#undef PARAMS
#if defined (__STDC__) && __STDC__
# define PARAMS(Args) Args
#else
# define PARAMS(Args) ()
#endif

int
  xstrtod PARAMS ((const char *str, const char **ptr, double *result));

#endif /* not XSTRTOD_H */