HPGCC3 Documentation 3.0 R003

_CONSOLE Struct Reference

#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 *)

Detailed Description

Definition at line 97 of file conio.h.


Field Documentation

void(* _CONSOLE::clear_screen)(void)

Definition at line 104 of file conio.h.

void(* _CONSOLE::clreol)(void)

Definition at line 103 of file conio.h.

int(* _CONSOLE::getchar)(void)

Definition at line 101 of file conio.h.

char*(* _CONSOLE::gets)(char *)

Definition at line 102 of file conio.h.

void(* _CONSOLE::gotoxy)(int, int)

Definition at line 105 of file conio.h.

int(* _CONSOLE::putchar)(int)

Definition at line 98 of file conio.h.

int(* _CONSOLE::puts)(const char *)

Definition at line 99 of file conio.h.

int(* _CONSOLE::puts_nonl)(const char *)

Definition at line 100 of file conio.h.

void(* _CONSOLE::wherexy)(int *, int *)

Definition at line 106 of file conio.h.


The documentation for this struct was generated from the following file: