More stuff

This commit is contained in:
Alex Taber
2017-08-02 15:54:40 -04:00
parent f83ea1f6c4
commit 99d9dd1206
12 changed files with 3243 additions and 9 deletions

6
include/unicode.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef UNICODE_H
#define UNICODE_H
ssize_t strulen(u16*, ssize_t);
#endif