|
@ -4,6 +4,6 @@ |
|
|
void loescheBuchstaben(char* wort, char buchstabe); |
|
|
void loescheBuchstaben(char* wort, char buchstabe); |
|
|
int zaehleBuchstaben(const char* wort, char buchstabe); |
|
|
int zaehleBuchstaben(const char* wort, char buchstabe); |
|
|
void umdrehenWort(char* wort); |
|
|
void umdrehenWort(char* wort); |
|
|
void testSucheBuchstabe_existiert(void); |
|
|
|
|
|
|
|
|
int sucheBuchstabe(const char* wort, char buchstabe); |
|
|
|
|
|
|
|
|
#endif // WORTSPIEL_H |
|
|
#endif // WORTSPIEL_H |