My Project
 All Files Functions
grundrechenarten.h
Go to the documentation of this file.
1 int addition(int int_summand1, int int_summand2);
2 int multiplikation(int int_faktor1, int int_faktor2);
3