feat(unicode): add SUniSPutUTF8

This commit is contained in:
fallenoak 2020-11-22 00:24:32 -06:00
parent 4bef36fcae
commit 9e00ad7036
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
3 changed files with 85 additions and 0 deletions

View file

@ -5,4 +5,6 @@
uint32_t SUniSGetUTF8(const uint8_t* strptr, int32_t* chars);
void SUniSPutUTF8(uint32_t c, char* strptr);
#endif