blob: 3767c8e7548f7ebb0c63f6eadecfbbe043a56a29 [file] [log] [blame]
Chih-Hung Hsiehfab43802020-04-07 14:24:01 -07001#ifndef HEADER_H_
2#define HEADER_H_
3
4int add(int a, int b);
5
6#endif