master
h 7 lines 182 Bytes
Raw
1 #ifndef QEMU_UNICODE_H
2 #define QEMU_UNICODE_H
3
4 int mod_utf8_codepoint(const char *s, size_t n, char **end);
5 ssize_t mod_utf8_encode(char buf[], size_t bufsz, int codepoint);
6
7 #endif