1 2 3 4 5 6 7
#ifndef __REGRESSION_H__ #define __REGRESSION_H__ void regression1_test(void); void regression2_test(void); #endif