Sign in
qemu-android
/
qemu-android
/
805b5d98c649d26fc44d2d7755a97f18e62b438a
/
.
/
include
/
qemu
/
unicode.h
blob: 71c72db461d1a1157e4f36b0b593c7562f24c85d [
file
]
#ifndef
QEMU_UNICODE_H
#define
QEMU_UNICODE_H
int
mod_utf8_codepoint
(
const
char
*
s
,
size_t
n
,
char
**
end
);
#endif