test.h 101 B

123456789
  1. #ifndef _TEST_h_
  2. #define _TEST_H_
  3. #include <iostream>
  4. using namespace std;
  5. void myprint();
  6. #endif