8 lines
148 B
C
8 lines
148 B
C
|
|
#ifndef FEHLER_H
|
|
#define FEHLER_H
|
|
|
|
// Gibt eine Fehlermeldung aus und beendet das Programm
|
|
void fehlerausgabe(const char *msg);
|
|
|
|
#endif // FEHLER_H
|