#ifndef ZAHLEN_EINGABE_H #define ZAHLEN_EINGABE_H int gibZahlEin(); int gibMinZahlEin(int min); int gibMinMaxZahlEin(int min, int max); #endif