Browse Source

refactoring: Add function description

remotes/origin/develop
Jonas Zitzmann 11 months ago
parent
commit
305490d1a1
  1. 1
      src/convert_time.c

1
src/convert_time.c

@ -1,5 +1,6 @@
#include "convert_time.h"
// Converts Seconds to Minutes
double converter_sec_to_min(double sec){
double time = sec / 60;
return time;

Loading…
Cancel
Save