[][src]Function avr_libc::fputc

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

The function \c fputc sends the character \c c (though given as type \c int) to \c stream. It returns the character, or \c EOF in case an error occurred.