#[no_mangle]
pub extern "C" fn __sys_send_ipc(
target: TaskHandle,
length: u8,
) -> StatusExpand description
C interface to crate::syscall::send_ipc syscall Rust implementation
#[no_mangle]
pub extern "C" fn __sys_send_ipc(
target: TaskHandle,
length: u8,
) -> StatusC interface to crate::syscall::send_ipc syscall Rust implementation