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