#include <term/term.h>
Go to the source code of this file.
Macros | |
#define | UNUSED(x) (void)x; |
#define | BREAKPOINT |
#define | POINTER_CHECK(x) |
Enumerations | |
enum | ReturnSymbol { CLOSE_PROGRAM = -1 , NO_ERROR } |
#define UNUSED | ( | x | ) | (void)x; |
#define BREAKPOINT |
#define POINTER_CHECK | ( | x | ) |
enum ReturnSymbol |