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