Merge remote-tracking branch 'remotes/dgibson/tags/submodule-update-20170303' into...
[qemu/ar7.git] / include / qemu / unicode.h
blob71c72db461d1a1157e4f36b0b593c7562f24c85d
1 #ifndef QEMU_UNICODE_H
2 #define QEMU_UNICODE_H
4 int mod_utf8_codepoint(const char *s, size_t n, char **end);
6 #endif