HPGCC3 Documentation 3.0 R003
|
#include <conio.h>
Data Fields | |
int(* | putchar )(int) |
int(* | puts )(const char *) |
int(* | puts_nonl )(const char *) |
int(* | getchar )(void) |
char *(* | gets )(char *) |
void(* | clreol )(void) |
void(* | clear_screen )(void) |
void(* | gotoxy )(int, int) |
void(* | wherexy )(int *, int *) |
void(* _CONSOLE::clear_screen)(void) |
void(* _CONSOLE::clreol)(void) |
int(* _CONSOLE::getchar)(void) |
char*(* _CONSOLE::gets)(char *) |
void(* _CONSOLE::gotoxy)(int, int) |
int(* _CONSOLE::putchar)(int) |
int(* _CONSOLE::puts)(const char *) |
int(* _CONSOLE::puts_nonl)(const char *) |
void(* _CONSOLE::wherexy)(int *, int *) |