Sign in
qemu
/
qemu
/
c94267793c10ef111663d8c2e85e0331ff8a6800
/
.
/
ui
/
cp437.h
blob: 81ace8317c7c9fb9d233bff77dfdeec6de73f863 [
file
]
/*
* SPDX-License-Identifier: GPL-2.0-or-later
*
* Copyright (c) QEMU contributors
*/
#ifndef
QEMU_CP437_H
#define
QEMU_CP437_H
#include
<stdint.h>
int
unicode_to_cp437
(
uint32_t
codepoint
);
#endif
/* QEMU_CP437_H */