Skip to content
suborb edited this page May 15, 2017 · 1 revision

Conio (conio.h)

Header {z88dk}/include/conio.h
Source
Include #include <conio.h>
Linking
Compile +(target) -pragma-need=ansiterminal
Comments Most of the console output sequences work correctly only in VT-ANSI mode

MS-DOS compatibility library.

CONIO API

Console Input

kbhit
getch
getche
cgets
cscanf

Console Output

putch
cputs
cprintf
gotoxy
settextcolor
textcolor
textbackground
textattr
clrscr
clreol
Clone this wiki locally