FFmpeg
Functions
strtod.c File Reference
#include <limits.h>
#include <stdlib.h>
#include "libavutil/avstring.h"
#include "libavutil/mathematics.h"

Go to the source code of this file.

Functions

static const char * check_nan_suffix (const char *s)
 
double strtod (const char *, char **)
 
double avpriv_strtod (const char *nptr, char **endptr)
 

Function Documentation

◆ check_nan_suffix()

static const char* check_nan_suffix ( const char *  s)
static

Definition at line 28 of file strtod.c.

Referenced by avpriv_strtod().

◆ strtod()

double strtod ( const char *  ,
char **   
)

◆ avpriv_strtod()

double avpriv_strtod ( const char *  nptr,
char **  endptr 
)

Definition at line 45 of file strtod.c.