1 2 3 4 5 6 7 8 9 10
//! Automatically generated bindings to the Wolfram LibraryLink C API.
#![allow(non_snake_case, non_upper_case_globals, non_camel_case_types)]
#![allow(deref_nullptr)]
// The name of this file comes from `build.rs`.
include!(concat!(
"../",
env!("CRATE_WOLFRAM_LIBRARYLINK_SYS_BINDINGS"),
));