Browse Source

Deklaration der Subtraktionsfunktion subint für Header-File

master
INNA 11 months ago
parent
commit
70b8c63dfb
  1. 1
      src/subtraktion.h

1
src/subtraktion.h

@ -3,5 +3,6 @@
// Deklaration der Subtraktionsfunktion
double subdouble(double zahl1, double zahl2);
int subint(int zahl1, int zahl2);
#endif // SUBTRAKTION_H
Loading…
Cancel
Save