Function ctru_sys::__strex

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

Performs a strex operation.

§Arguments

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

§Returns

Whether the operation was successful.