#ifndef BERECHNUNG_H #define BERECHNUNG_H char* convert(int input); int gcd(int a, int b); #endif // BERECHNUNG_H