Browse Source

Updated the header file to calculator.h

remotes/origin/feature
fdai7782 11 months ago
parent
commit
212a076c1b
  1. 2
      src/main/c/programmingMode.c

2
src/main/c/programmingMode.c

@ -3,7 +3,7 @@
#include <stdio.h> #include <stdio.h>
#include <math.h> #include <math.h>
#include "taschenrechner.h"
#include "calculator.h"
void programmingMode() { void programmingMode() {

Loading…
Cancel
Save