Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <stdbool.h>
Go to the source code of this file.
Macros | |
#define | QUIZ_CASE(name) void quiz_case_##name() |
Functions | |
void | quiz_assert_true (bool condition) |
void | quiz_print (const char *message) |
void quiz_assert_true | ( | bool | condition | ) |
Definition at line 4 of file assertions.c.
void quiz_print | ( | const char * | message | ) |
Definition at line 7 of file runner.cpp.