repo.or.cz
/
dragonfly
/
vkernel-mp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
From FreeBSD:
[dragonfly/vkernel-mp.git]
/
gnu
/
usr.bin
/
sort
/
xstrtod.h
blob
0178072f3be592294fa0f4a5752c098bb6bc6844
1
/*
2
* $DragonFly: src/gnu/usr.bin/sort/xstrtod.h,v 1.2 2003/11/09 12:41:16 eirikn Exp $
3
*/
4
5
#ifndef XSTRTOD_H
6
#define XSTRTOD_H 1
7
8
int
9
xstrtod
(
const char
*
str
,
const char
**
ptr
,
double
*
result
);
10
11
#endif
/* XSTRTOD_H */