You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
275 B

11 months ago
  1. #ifndef THEADMIRALS_CONVERT_TIME_H
  2. #define THEADMIRALS_CONVERT_TIME_H
  3. double converter_sec_to_min(double sec);
  4. double converter_min_to_sec(double min);
  5. double converter_hour_to_min(double hour);
  6. double converter_min_to_hour(double min);
  7. #endif //THEADMIRALS_CONVERT_TIME_H