#ifndef UNICODE_H #define UNICODE_H #include <3ds.h> ssize_t strulen(u16*, ssize_t); void struacat(u16 *input, char *addition); #endif