|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include "string_tests.h"#include <string.h>#include <setjmp.h>#include <stdarg.h>#include <stddef.h>#include <cmocka.h>
Macros | |
| #define | N 80 |
Functions | |
| static void * | aligned (void *p) |
| static void | test_align (unsigned dalign, unsigned salign, size_t len) |
| static void | memcpy_aligned_test (void **state) |
| int | memcpy_tests (void) |
Variables | |
| static char | buf [512] |
| #define N 80 |
|
static |
References p.
Referenced by test_align().
|
static |
References k, and test_align().
Referenced by memcpy_tests().
| int memcpy_tests | ( | void | ) |
References memcpy_aligned_test(), memcpy_tests(), and NULL.
Referenced by memcpy_tests(), and string_tests().

|
static |
|
static |
1.8.15