[−][src]Function pspsdk_sys::sdk::fdprintf
pub unsafe extern "C" fn fdprintf(
fd: c_int,
format: *const c_char,
...
) -> c_int
fprintf but for file descriptors
@param fd - file descriptor from sceIoOpen @param format - format string @param ... - variables
@return number of characters printed, <0 on error