12 lines
316 B
TOML
12 lines
316 B
TOML
# For documentation, see: https://github.com/eqrion/cbindgen/blob/master/docs.md
|
|
|
|
language = "C++"
|
|
pragma_once = true
|
|
autogen_warning = '''
|
|
// This file is autogenerated by:
|
|
// cbindgen --config cbindgen.toml src/ffi.rs -o include/lmp.h
|
|
// Don't modify manually.
|
|
'''
|
|
sys_includes = ["stdint.h"]
|
|
no_includes = true
|