lib2.h 93 B

12345678910
  1. #ifndef LIB2_HPP
  2. #define LIB2_HPP
  3. #include "lib1.h"
  4. int add1_and_mult2(int num);
  5. #endif