Anti-Sway Capstone 1.0
|
System Setup Header. More...
Go to the source code of this file.
Macros | |
#define | VERIFY(code, statement) if ((code = statement)) return code |
Verifies that a statement is true. | |
Functions | |
int | Setup () |
int | Shutdown () |
System Setup Header.
#define VERIFY | ( | code, | |
statement ) if ((code = statement)) return code |
Verifies that a statement is true.
code | An integer varibale to hold the value of statement |
statement | The statement to verify |
int Setup | ( | ) |
Sets up the entire System
int Shutdown | ( | ) |
Shuts the entire System down