mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 05:43:53 -06:00

Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
6 lines
116 B
C
6 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
|