Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/tools/utf8.h
7854 views
1
#ifndef UTF8_H_
2
#define UTF8_H_
3
4
char *utf8_decode(char *str, uint32_t *codep);
5
6
#endif // UTF8_H_
7
8