stdio_put_string() function
Prints a buffer to stdout with optional newline and carriage return insertion This method returns as soon as input is available, but more characters may be returned up to the end of the buffer.
Arguments
newline
true if a newline should be added after the string
cr_translation
true if line feed to carriage return translation should be performed
Return value
the number of characters written