MicrOS
|
#include "stdio.h"
Go to the source code of this file.
Macros | |
#define | assert(expression) |
Check if value is upper alphanumeric. More... | |
#define assert | ( | expression | ) |
Check if value is upper alphanumeric.
If the argument expression of this macro with functional form compares equal to zero (i.e., the expression is false), a message is written to the standard error device and abort is called, terminating the program execution.
expression | Expression to be evaluated. If this expression evaluates to 0, this causes an assertion failure that terminates the program.. |