blob: 543e71e028b860254dc7da3dce64c078213e4b2e [file] [log] [blame]
#ifndef LIB1_HPP
#define LIB1_HPP
int add1(int num);
#endif