|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include "ctype_tests.h"#include <ctype.h>#include <limits.h>#include <setjmp.h>#include <stdarg.h>#include <stddef.h>#include <cmocka.h>
Functions | |
| static void | good_input (void **state) |
| static void | bad_input (void **state) |
| int | iscntrl_tests (void) |
|
static |
References INT_MAX, and iscntrl().
Referenced by iscntrl_tests().
|
static |
References iscntrl().
Referenced by iscntrl_tests().
| int iscntrl_tests | ( | void | ) |
References bad_input(), good_input(), and NULL.
Referenced by ctype_tests().

1.8.15