8 lines
306 B
TOML
8 lines
306 B
TOML
# See https://github.com/eqrion/cbindgen/blob/master/docs.md#cbindgentoml
|
|
# for detailed documentation of every option here.
|
|
language = "C"
|
|
include_guard = "updater_h"
|
|
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
|
cpp_compat = true
|
|
line_length = 80
|