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