mytest.hpp 70 B

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