mirror of https://github.com/xemu-project/xemu.git
7 lines
118 B
C
7 lines
118 B
C
![]() |
#ifndef QEMU_UNICODE_H
|
||
|
#define QEMU_UNICODE_H 1
|
||
|
|
||
|
int mod_utf8_codepoint(const char *s, size_t n, char **end);
|
||
|
|
||
|
#endif
|