Browse Source

Updated file name from taschenrechner.h to calculator.h

remotes/origin/feature
fdai7782 11 months ago
parent
commit
a844c50106
  1. 6
      src/main/c/calculator.h

6
src/main/c/taschenrechner.h → src/main/c/calculator.h

@ -1,5 +1,5 @@
#ifndef TASCHENRECHNER_H
#define TASCHENRECHNER_H
#ifndef CALCULATOR_H
#define CALCULATOR_H
//add function //add function
double add(double a, double b); double add(double a, double b);
@ -86,4 +86,4 @@ double ConClock(double time, int startingUnit, int endingUnit);
double ConTime(double time, int startingUnit, int endingUnit); double ConTime(double time, int startingUnit, int endingUnit);
#endif // TASCHENRECHNER_H
#endif // CALCULATOR_H
Loading…
Cancel
Save