Synopsis
int ctl_puts(const char *text);
Description

ctl_puts writes the string pointed to by text to the standard output stream without encoding.

Return Value

ctl_puts returns the number of characters transmitted, or a negative value if an output error occurred.

Note

ctl_puts differs from the standard function puts in that no newline is written to the standard output after text.