Browse Source

refactoring: description added

remotes/origin/develop
Sandro Welte 11 months ago
parent
commit
4489eb8b3e
  1. 2
      src/convert_m_to_ft.c

2
src/convert_m_to_ft.c

@ -20,4 +20,4 @@ float convert_length(float value, char from_unit, char to_unit) {
return result;
}
// function converts between cm to inches and vice versa, and between m to ft and vice versa
Loading…
Cancel
Save