pass.h 52 B

123456
  1. #ifndef PASS_H
  2. #define PASS_H
  3. void pass();
  4. #endif