From FreeBSD:
[dragonfly/vkernel-mp.git] / gnu / usr.bin / sort / xstrtod.h
blob0178072f3be592294fa0f4a5752c098bb6bc6844
1 /*
2 * $DragonFly: src/gnu/usr.bin/sort/xstrtod.h,v 1.2 2003/11/09 12:41:16 eirikn Exp $
3 */
5 #ifndef XSTRTOD_H
6 #define XSTRTOD_H 1
8 int
9 xstrtod(const char *str, const char **ptr, double *result);
11 #endif /* XSTRTOD_H */