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
(main) [!POSIXLY_CORRECT]: Allow the identity mappings:
[coreutils.git]
/
lib
/
xstrtod.h
blob
b2fffb27893fc6454d3a6c5f397a172e90fe6845
1
#ifndef XSTRTOD_H
2
# define XSTRTOD_H 1
3
4
#undef PARAMS
5
#if defined (__STDC__) && __STDC__
6
# define PARAMS(Args) Args
7
#else
8
# define PARAMS(Args) ()
9
#endif
10
11
int
12
xstrtod
PARAMS
((
const char
*
str
,
const char
**
ptr
,
double
*
result
));
13
14
#endif
/* not XSTRTOD_H */