Function simics_api_sys::fprintf

source ยท
pub unsafe extern "C" fn fprintf(
    __stream: *mut FILE,
    __format: *const c_char,
    ...
) -> c_int
Expand description

Write formatted output to STREAM.

This function is a possible cancellation point and therefore not marked with __THROW.