RTEMS
5.0.0
|
Convert String to Pointer (with validation) More...
#include <errno.h>
#include <stdlib.h>
#include <limits.h>
#include <stdint.h>
#include <rtems/stringto.h>
Macros | |
#define | STRTOFUNC(a, b, c) rtems_string_to_unsigned_long(a, (unsigned long*) b, c, 0) |
Functions | |
rtems_status_code | rtems_string_to_pointer (const char *s, void **n, char **endptr) |
Convert String to Pointer (with validation). More... | |
Convert String to Pointer (with validation)