6 lines
75 B
C
6 lines
75 B
C
#ifndef __FUNC
|
|
#define __FUNC
|
|
|
|
int addition(int a, int b);
|
|
|
|
#endif //__FUNC
|