]> Git Repo - qemu.git/blob - include/qemu/unicode.h
semihosting: implement a semihosting console
[qemu.git] / include / qemu / unicode.h
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
This page took 0.023281 seconds and 4 git commands to generate.