11 lines
125 B
C
11 lines
125 B
C
#ifndef Aufg1FORLOOP_H
|
|
#define Aufg1FORLOOP_H
|
|
|
|
void counter();
|
|
|
|
void alphabet();
|
|
|
|
void Aufg1Main();
|
|
|
|
#endif //Aufg1FORLOOP_H
|