Browse Source

Updated header file to calculator.h

remotes/origin/kabrel
fdai7782 11 months ago
parent
commit
253f476168
  1. 4
      src/main/c/testForNumber.c

4
src/main/c/testForNumber.c

@ -3,7 +3,7 @@
#include <stdlib.h>
#include <math.h>
#include "taschenrechner.h"
#include "calculator.h"
double testForNumber() {
double num;
@ -27,4 +27,4 @@ double testForNumber() {
} while (!isspace(*notANumber) && *notANumber != 0);
return num;
}
}
Loading…
Cancel
Save