5 lines
102 B
Rust
5 lines
102 B
Rust
#[no_mangle]
|
|
pub extern "C" fn what_have_we_here() -> i32 {
|
|
myleaf::HOW_MANY * myleaf::HOW_MANY
|
|
}
|