static int LOAD_AND_UNLOAD(test_input_t *t) { if (LOAD(t) == FAIL) return FAIL; if (UNLOAD(t) == FAIL) return FAIL; return SUCCESS; }
BOOL unload(void) { int result = 0; result |= UNLOAD_Emergency(); if (!IS_ERROR) result |= UNLOAD(); return result; }