|
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 | isdigit_tests (void) |
|
static |
References INT_MAX, and isdigit().
Referenced by isdigit_tests().
|
static |
References isdigit().
Referenced by isdigit_tests().
| int isdigit_tests | ( | void | ) |
References bad_input(), good_input(), and NULL.
Referenced by ctype_tests().

1.8.15