[][src]Function pspsdk_sys::sdk::pspDebugScreenPrintData

pub unsafe extern "C" fn pspDebugScreenPrintData(
    buff: *const c_char,
    size: c_int
) -> c_int

Print non-nul terminated strings.

@param buff - Buffer containing the text. @param size - Size of the data

@return The number of characters written