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