1
0
mirror of https://github.com/sm64pc/sm64pc.git synced 2025-04-12 00:05:59 +02:00
sm64pc/tools/utf8.h
2019-08-25 00:46:40 -04:00

7 lines
99 B
C

#ifndef UTF8_H_
#define UTF8_H_
char *utf8_decode(char *str, uint32_t *codep);
#endif // UTF8_H_