1 /* 2 * gruss.h 3 * 4 * Autor: H.Drachenfels 5 * Erstellt am: 12.5.2016 6 */
7
8 #ifndef GRUSS_H
9 #define GRUSS_H
10
11 void gruessen(void);
12
13 #endif
14