00001 /* $Id: OSdtoa.h 4292 2011-09-21 05:47:18Z kmartin $ */ 00020 #ifndef OSDTOA_H 00021 #define OSDTOA_H 00022 00023 #ifdef __cplusplus 00024 extern "C" { 00025 #endif 00026 00027 double os_strtod(const char *str, char **strEnd ); 00028 char *os_dtoa(double d, int mode, int ndigits, int *decpt, int *sign, char **rve); 00029 void os_freedtoa(char *s); 00030 00031 #ifdef __cplusplus 00032 } 00033 #endif 00034 00035 #endif // end OSDTOA_H