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


gppconio_init

Syntax

#include <conio.h>

void gppconio_init(void);

Description

Initialize the screen. This is called automatically at program start-up if you use any of the conio functions, but there may be times when you need to call it again, typically after calling some video BIOS function which affects screen parameters.

Portability

not ANSI, not POSIX


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