7 lines
117 B
C
7 lines
117 B
C
|
|
#ifndef __REGRESSION_H__
|
||
|
|
#define __REGRESSION_H__
|
||
|
|
|
||
|
|
void regression1_test(void);
|
||
|
|
void regression2_test(void);
|
||
|
|
|
||
|
|
#endif
|