Function stdio_puts

Function Documentation

size_t stdio_puts(const char *s)

Write a string to stdout.

Write a string to stdout WITHOUT a newline (this is different than the GNUC version).

Parameters:

s – The string to write.

Returns:

The number of bytes written.