10int cond_checkChunk(
int chunk,
const char *cond );
int cond_check(const char *cond)
Checks to see if a condition is true.
void cond_exit(void)
Destroys the conditional subsystem.
int cond_init(void)
Initializes the conditional subsystem.
int cond_compile(const char *cond)
Compiles a conditional statement that can then be used as a reference.