Browse Source

Updated header file to calculator.h

remotes/origin/kabrel
fdai7782 11 months ago
parent
commit
873207a6dd
  1. 2
      src/main/c/programmingMode.c

2
src/main/c/programmingMode.c

@ -3,7 +3,7 @@
#include <stdio.h>
#include <math.h>
#include "taschenrechner.h"
#include "calculator.h"
// get the NUmbers from the user
int getIntegerInput(const char* prompt) {

Loading…
Cancel
Save