lib.rs 78 B

123456
  1. #[no_mangle]
  2. pub unsafe extern "C" fn get_life() -> isize {
  3. return 42;
  4. }