pub unsafe extern "C" fn fputs( __s: *const c_char, __stream: *mut FILE, ) -> c_int
Write a string to STREAM.
This function is a possible cancellation point and therefore not marked with __THROW.