fflush

Function fflush 

Source
pub unsafe extern "C" fn fflush(__stream: *mut FILE) -> c_int
Expand description

Flush STREAM, or all streams if STREAM is NULL.

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