7 lines
74 B
C
7 lines
74 B
C
#ifndef HEADER_H_
|
|
#define HEADER_H_
|
|
|
|
int add(int a, int b);
|
|
|
|
#endif
|