time_count.h 77 B

1234567
  1. #ifndef __TIME_COUNT_H
  2. #define __TIME_COUNT_H
  3. int time1;
  4. int time2;
  5. #endif