Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
8 lines
182 B
C
8 lines
182 B
C
#ifndef QEMU_UNICODE_H
|
|
#define QEMU_UNICODE_H
|
|
|
|
int mod_utf8_codepoint(const char *s, size_t n, char **end);
|
|
ssize_t mod_utf8_encode(char buf[], size_t bufsz, int codepoint);
|
|
|
|
#endif
|