fgetc

Function fgetc 

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

Read a character from STREAM.

These functions are possible cancellation points and therefore not marked with __THROW.