Function ctru_sys::envGetHandle

source ·
pub unsafe extern "C" fn envGetHandle(name: *const c_char) -> Handle
Expand description

Retrieves a handle from the environment handle list.

§Arguments

  • name - Name of the handle.

§Returns

The retrieved handle.