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


puttext

Syntax

#include <conio.h>

int puttext(int _left, int _top, int _right, int _bottom, void *_source);

Description

The opposite of section gettext.

Return Value

1 on success, zero on error.

Portability

not ANSI, not POSIX


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