lib1.h 64 B

12345678
  1. #ifndef LIB1_HPP
  2. #define LIB1_HPP
  3. int add1(int num);
  4. #endif