#include <conio.h> int cputs(const char *_str);
Puts the string onto the console. The cursor position is updated.
Zero on success.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.