osdep: include glib-compat.h before other QEMU headers
[qemu/ar7.git] / include / qemu / unicode.h
blob7fa10b8e6040ca4114350ce81c3173a2ef046f0a
1 #ifndef QEMU_UNICODE_H
2 #define QEMU_UNICODE_H
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);
7 #endif