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