Browse Source

Updated file name from taschenrechner.h to calculator.h

remotes/origin/kabrel
fdai7782 11 months ago
parent
commit
c004c09c8a
  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
#define CALCULATOR
// add function // add function
double add(double a, double b); double add(double a, double b);
@ -87,4 +87,4 @@ double ConTime(double time, int startingUnit, int endingUnit);
int performOperation(int num1, char operator, int num2); int performOperation(int num1, char operator, int num2);
#endif // TASCHENRECHNER_H
#endif // CALCULATOR
Loading…
Cancel
Save