7 lines
86 B
C
7 lines
86 B
C
#ifndef PIG_LATIN_H
|
|
#define PIG_LATIN_H
|
|
|
|
char *translate(const char *phrase);
|
|
|
|
#endif
|