4 /* Unit tests for the data structures. */
6 /* convenient method to exit with message for user */
7 void exit_error(const char*);
9 /* Prints standardized message about the type of test */
10 void test_msg_start(char*);
12 /* Prints results of test message - exits if failed */
13 void test_msg_end(int);
19 #endif /* LIB_TEST_H_ */