time.h 200 B

12345678910111213
  1. //
  2. // Created by mlt on 29/01/18.
  3. //
  4. #ifndef THEPULSARS_TIME_H
  5. #define THEPULSARS_TIME_H
  6. /* Time functions */
  7. void start_timer();
  8. void stop_timer();
  9. int time_left();
  10. #endif /* THEPULSARS_TIME_H */