#ifndef UTIL_TESTER_H_GUARD_ #define UTIL_TESTER_H_GUARD_ #include <stdbool.h> void SEx_TestBool ( char * testname, bool input, bool expected ); void SEx_TestLines ( char * testname, const char * input, const char * expected ); #endif