Browse Source

Updated header file to calculator.h

remotes/origin/kabrel
fdai7782 11 months ago
parent
commit
2968e1664a
  1. 2
      src/main/c/testForOperator.c

2
src/main/c/testForOperator.c

@ -4,7 +4,7 @@
#include <math.h> #include <math.h>
#include <stdbool.h> #include <stdbool.h>
#include "taschenrechner.h"
#include "calculator.h"
char testForOperator() { char testForOperator() {
//saving the number of operators in a variable so it only needs to be changed in one location //saving the number of operators in a variable so it only needs to be changed in one location

Loading…
Cancel
Save