blob: 3767c8e7548f7ebb0c63f6eadecfbbe043a56a29 [file] [log] [blame]
#ifndef HEADER_H_
#define HEADER_H_
int add(int a, int b);
#endif