kirby64/tools/utf8.h
farisawan-2000 56eba11cc2 added files
2020-05-23 06:09:52 -04:00

7 lines
99 B
C

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