15 lines
346 B
TOML
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"
|
|
|