]> Git Repo - qemu.git/blame - include/qemu/unicode.h
spapr: spapr_drc_attach() cannot fail
[qemu.git] / include / qemu / unicode.h
CommitLineData
f348b6d1 1#ifndef QEMU_UNICODE_H
175de524 2#define QEMU_UNICODE_H
f348b6d1
VB
3
4int mod_utf8_codepoint(const char *s, size_t n, char **end);
e59f39d4 5ssize_t mod_utf8_encode(char buf[], size_t bufsz, int codepoint);
f348b6d1
VB
6
7#endif
This page took 0.219218 seconds and 4 git commands to generate.