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