xref: /openbmc/qemu/include/qemu/unicode.h (revision 2e1d70b9e03ca3f1c6185b54010bc9e47e0a0d0c)
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 
6 #endif
7