xref: /openbmc/qemu/include/qemu/unicode.h (revision ac06724a715864942e2b5e28f92d5d5421f0a0b0)
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