fclose

Function fclose 

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

Close STREAM.

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