6 lines
68 B
C
6 lines
68 B
C
|
#ifndef ADD_H
|
||
|
#define ADD_H
|
||
|
|
||
|
int add(int a, int b);
|
||
|
|
||
|
#endif // ADD_H
|