index
:
tetris-csfml.git
master
Tetris game made with CSFML library (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
unicode.h
blob: f950f1241ce7cfb301f5bb8eb66f161b2d8d48b2 (
plain
)
1
2
unsigned long
utf8_strlen
(
void
*
string
);
void
utf8to32_strcpy
(
wchar_t
*
dest
,
char
*
src
);