OSdtoa.h
Go to the documentation of this file.
1 /* $Id: OSdtoa.h 5284 2017-12-08 13:52:50Z stefan $ */
20 #ifndef OSDTOA_H
21 #define OSDTOA_H
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
27  double os_strtod(const char *str, char **strEnd );
28  char *os_dtoa(double d, int mode, int ndigits, int *decpt, int *sign, char **rve);
29  void os_freedtoa(char *s);
30 
31 #ifdef __cplusplus
32 }
33 #endif
34 
35 #endif // end OSDTOA_H
double os_strtod(const char *s00, char **se)
Definition: OSdtoa.cpp:2541
int sign
Definition: OSdtoa.cpp:583
void os_freedtoa(char *s)
* rve
Definition: OSdtoa.cpp:3648
void fint fint fint fint fint fint fint fint fint fint real real real real real real real real * s
char * os_dtoa(double dd, int mode, int ndigits, int *decpt, int *sign, char **rve)
Definition: OSdtoa.cpp:3714
CONST unsigned char * decpt
Definition: OSdtoa.cpp:1814