|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include "stdlib_tests.h"#include <math.h>#include <stdlib.h>#include <string.h>#include <setjmp.h>#include <stdarg.h>#include <stddef.h>#include <cmocka.h>
Macros | |
| #define | length(x) (sizeof(x) / sizeof *(x)) |
Functions | |
| static void | strtod_test (void **state) |
| int | strtod_tests (void) |
Variables | |
| struct { | |
| char * | s |
| double | f |
| } | t [] |
| static const double | epsilon = (double)0.000000000000001 |
| #define length | ( | x | ) | (sizeof(x) / sizeof *(x)) |
|
static |
| int strtod_tests | ( | void | ) |
References NULL, and strtod_test().
Referenced by stdlib_tests().

|
static |
Referenced by strtod_test().
| struct { ... } t[] |
Referenced by strtod_test().
1.8.15