mirror of
https://github.com/farisawan-2000/kirby64.git
synced 2024-11-23 13:20:03 +00:00
7 lines
99 B
C
7 lines
99 B
C
#ifndef UTF8_H_
|
|
#define UTF8_H_
|
|
|
|
char *utf8_decode(char *str, uint32_t *codep);
|
|
|
|
#endif // UTF8_H_
|