14 lines
314 B
C
14 lines
314 B
C
#ifndef INFORMATIK2_PR_TURING_H
|
|
#define INFORMATIK2_PR_TURING_H
|
|
|
|
#endif //INFORMATIK2_PR_TURING_H
|
|
|
|
#ifndef TURING_H
|
|
#define TURING_H
|
|
|
|
// Deklarationen der Funktionen, die in mehreren Dateien verwendet werden
|
|
void fehler(char *text);
|
|
void anzeigen(char *band, int pos);
|
|
void ausfuehren(char *band, int pos);
|
|
|
|
#endif |