FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 char * check_nan_suffix (char *s)
 
double strtod (const char *, char **)
 
double avpriv_strtod (const char *nptr, char **endptr)
 

Function Documentation

static char* check_nan_suffix ( char *  s)
static

Definition at line 28 of file strtod.c.

Referenced by avpriv_strtod().

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

Definition at line 45 of file strtod.c.