1 #ifndef HEADER_H_
2 #define HEADER_H_
3 
4 int add(int a, int b);
5 
6 #endif
7