#include #include // Gibt eine Fehlermeldung aus und beendet das Programm void fehler(char *text) { printf("FEHLER: %s\n", text); exit(1); }