pvjc26/a2/pig_latin.h
2026-03-12 13:51:47 +01:00

6 lines
85 B
C

#ifndef PIG_LATIN_H
#define PIG_LATIN_H
char *translate(const char *phrase);
#endif