Browse Source

Function call to display selection text

remotes/origin/Yasin
fdai7731 11 months ago
parent
commit
5c622dbae9
  1. 8
      src/main/c/Mathe.c

8
src/main/c/Mathe.c

@ -193,3 +193,11 @@ int dividiere(int zahl1, int zahl2) {
return 0; return 0;
} }
} }
//31
void zeigeAuswahl(const char* text) {
printf("%s\n", text);
}
Loading…
Cancel
Save