RTEMS  5.1
Functions
stringtolongdouble.c File Reference

Convert String to long double (with validation) More...

#include <errno.h>
#include <stdlib.h>
#include <math.h>
#include <rtems/stringto.h>

Functions

rtems_status_code rtems_string_to_long_double (const char *s, long double *n, char **endptr)
 Convert String to long double (with validation). More...
 

Detailed Description

Convert String to long double (with validation)