[][src]Function avr_libc::fgetc

pub unsafe extern "C" fn fgetc(__stream: *mut FILE) -> i16

The function \c fgetc reads a character from \c stream. It returns the character, or \c EOF in case end-of-file was encountered or an error occurred. The routines feof() or ferror() must be used to distinguish between both situations.