mylib.hpp 68 B

1234567
  1. #ifndef MYLIB_HPP_
  2. #define MYLIB_HPP_
  3. int doubler(int x);
  4. #endif