lib1.h 63 B

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