libnyx-fork/libnyx/cbindgen.toml
Sergej Schumilo 34679b90dc Initial Release of Nyx
Co-authored-by: Cornelius Aschermann <cornelius@hexgolems.com>
2021-11-14 21:59:03 +01:00

15 lines
346 B
TOML

header = "/* This is a very basic example header file */"
include_guard = "libnyx_h"
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
language = "C"
sys_includes = ["stdint.h", "stdbool.h"]
no_includes = true
usize_is_size_t = true
[export.rename]
"str" = "char"
"QemuProcess" = "void"