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


gettext

Syntax

#include <conio.h>

int     gettext(int _left, int _top, int _right, int _bottom, void *_destin);

Description

Retrieve a block of screen characters into a buffer.

Return Value

1

Portability

not ANSI, not POSIX


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