[][src]Function show_notes::e031::add_in_rust

#[no_mangle]
pub extern "C" fn add_in_rust(a: c_int, b: c_int) -> c_int

The simplest possible example of exposing Rust functions via a C FFI.