#ifndef LIB_H_ #define LIB_H_ int calc_num(int a, int b); #endif // LIB_H_