Function ctru_sys::__strexb

source ·
pub unsafe extern "C" fn __strexb(addr: *mut u8_, val: u8_) -> bool
Expand description

Performs a strexb operation.

§Arguments

  • addr - Address to perform the operation on.
  • val - Value to store.

§Returns

Whether the operation was successful.