/* * time_test.h * * Created on: Apr 2, 2019 * Author: johnsontimoj */ #ifndef TIME_TEST_H_ #define TIME_TEST_H_ /////////////////////////////////////////////////////// // // Test for EE2510 (Johnson) Lab 3 // // Time Class // /////////////////////////////////////////////////////// int time_test(void); #endif /* TIME_TEST_H_ */