GP_Image_Test/extern/bindings/src/lib.rs

7 lines
87 B
Rust
Raw Normal View History

2024-01-29 11:00:53 -05:00
#![crate_type="cdylib"]
#[no_mangle]
pub extern "C" fn test() {
println!("Hello");
}