diff --git a/src/c/funktionen.h b/src/c/funktionen.h index 5a49b90..ef80cdc 100644 --- a/src/c/funktionen.h +++ b/src/c/funktionen.h @@ -77,6 +77,9 @@ float volume(float a, float b, float c); float area(float a, float b); // berechnet die Fläche +int berechnungVonMeterzuDezimeter(int a); +// Berechnung von Meter in Dezimeter + int stringCharacterCounter(char string[]); // liefert die Länge eines Strings zurück