My Project
OSdtoa.h File Reference

Go to the source code of this file.

Functions

double os_strtod (const char *str, char **strEnd)
 
char * os_dtoa (double d, int mode, int ndigits, int *decpt, int *sign, char **rve)
 
void os_freedtoa (char *s)
 

Function Documentation

◆ os_strtod()

double os_strtod ( const char * str,
char ** strEnd )

Definition at line 2537 of file OSdtoa.cpp.

◆ os_dtoa()

char * os_dtoa ( double d,
int mode,
int ndigits,
int * decpt,
int * sign,
char ** rve )

Definition at line 3709 of file OSdtoa.cpp.

◆ os_freedtoa()

void os_freedtoa ( char * s)

Definition at line 3662 of file OSdtoa.cpp.