repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[coreutils.git]
/
lib
/
xstrtod.h
blob
d286d6f55825a5ad00e5612ca8f2cb3436813451
1
#ifndef XSTRTOD_H
2
# define XSTRTOD_H 1
3
4
# ifndef PARAMS
5
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
6
# define PARAMS(Args) Args
7
# else
8
# define PARAMS(Args) ()
9
# endif
10
# endif
11
12
int
13
xstrtod
PARAMS
((
const char
*
str
,
const char
**
ptr
,
double
*
result
));
14
15
#endif
/* not XSTRTOD_H */