putc

Function putc 

Source
pub fn putc<T: AsCStream>(char: u8, stream: T) -> Result<(), ()>
Expand description

Wrapper around libc::fputc.