tools/corrosion/test/cbindgen/rust2cpp/rust/src/ffi.rs
author unC0Rr
Wed, 20 Nov 2024 21:37:47 +0100
branchtransitional_engine
changeset 16067 d903f8d2395a
permissions -rw-r--r--
- Update corrosion - Implement installation of targets imported with corrosion
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16067
d903f8d2395a - Update corrosion
unC0Rr
parents:
diff changeset
     1
//! Just a module that contains some entries that should be parsed by cbindgen.
d903f8d2395a - Update corrosion
unC0Rr
parents:
diff changeset
     2
d903f8d2395a - Update corrosion
unC0Rr
parents:
diff changeset
     3
pub const FFI_MAGIC_NUMBER: u64 = 0xFDA0_0184;