Function ctru_sys::svcOutputDebugString
source · pub unsafe extern "C" fn svcOutputDebugString(
str_: *const c_char,
length: s32
) -> Result
Expand description
Outputs a debug string.
§Arguments
str
- String to output.length
- Length of the string to output, needs to be positive.