Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
utf8.h
Go to the documentation of this file.
1 #ifndef UTF8_H_
2 #define UTF8_H_
3 
4 char *utf8_decode(char *str, uint32_t *codep);
5 
6 #endif // UTF8_H_
char * utf8_decode(char *str, uint32_t *codep)
Definition: utf8.c:59