Go to the first, previous, next, last section, table of contents.


cputs

Syntax

#include <conio.h>

int cputs(const char *_str);

Description

Puts the string onto the console. The cursor position is updated.

Return Value

Zero on success.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.