MicrOS
strtod.c File Reference
#include "../stdlib.h"
#include "../ctype.h"
#include "../math.h"

Functions

double _atod (char **str)
 
double strtod (const char *str, char **endptr)
 Convert string to double. More...
 

Function Documentation

◆ _atod()

double _atod ( char **  str)

◆ strtod()

double strtod ( const char *  str,
char **  endptr 
)

Convert string to double.