Add unicode functions; fix really really dumb bug with theme installation from folder.

This commit is contained in:
2017-08-26 16:40:36 -04:00
parent ae42b9648c
commit 2654c1dfa7
5 changed files with 36 additions and 15 deletions

View File

@@ -4,6 +4,7 @@
#include <3ds.h>
ssize_t strulen(u16*, ssize_t);
void struacat(u16 *input, char *addition);
void struacat(u16 *input, const char *addition);
void printu(u16 *input);
#endif