Clean up header guards that don't match their file name
[qemu/kevin.git] / include / qemu / unicode.h
blobd8731652d29c79a9c7544d3601096d26ec6de611
1 #ifndef QEMU_UNICODE_H
2 #define QEMU_UNICODE_H 1
4 int mod_utf8_codepoint(const char *s, size_t n, char **end);
6 #endif