[][src]Function avr_libc::fputs

pub unsafe extern "C" fn fputs(__str: *const i8, __stream: *mut FILE) -> i16

Write the string pointed to by \c str to stream \c stream.

Returns 0 on success and EOF on error.