1#ifndef UTF8_H_ 2#define UTF8_H_ 3 4char *utf8_decode(char *str, uint32_t *codep); 5 6#endif // UTF8_H_ 7 8