qemu-e2k/include/qemu/unicode.h

7 lines
116 B
C

#ifndef QEMU_UNICODE_H
#define QEMU_UNICODE_H
int mod_utf8_codepoint(const char *s, size_t n, char **end);
#endif