qemu/include/qemu/unicode.h
<<
>>
Prefs
   1#ifndef QEMU_UNICODE_H
   2#define QEMU_UNICODE_H
   3
   4int mod_utf8_codepoint(const char *s, size_t n, char **end);
   5ssize_t mod_utf8_encode(char buf[], size_t bufsz, int codepoint);
   6
   7#endif
   8