puts

Function puts 

Source
pub unsafe extern "C" fn puts(__s: *const c_char) -> c_int
Expand description

Write a string, followed by a newline, to stdout.

This function is a possible cancellation point and therefore not marked with __THROW.