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