Browse Source

refactoring: add file description

main
Jonas Zitzmann 11 months ago
parent
commit
128ae19fdb
  1. 2
      src/convert_time.c

2
src/convert_time.c

@ -1,5 +1,7 @@
#include "convert_time.h"
// This file has a lot of functions to convert time units
// Converts Seconds to Minutes
double converter_sec_to_min(double sec){
double mins = sec / 60;

Loading…
Cancel
Save