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: 0a34ce34921d99ef5a893ac61206b3253d387711 (
plain
)
1
2
unsigned long
utf8_strlen
(
char
*
string
);
void
utf8to32_strcpy
(
wchar_t
*
dest
,
char
*
src
);