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