![]() |
ZenWINX Architecture - Reference Manual - Guides |
|
Console I/O code. More...
Go to the source code of this file.
Functions | |
int __stdcall | kb_read (PKEYBOARD_INPUT_DATA pKID, int msec_timeout) |
Checks the console for keyboard input. | |
void | winx_print (char *string) |
Displays ANSI string on the screen. | |
int __cdecl | winx_putch (int ch) |
putch() native equivalent. | |
int __cdecl | winx_puts (const char *string) |
puts() native equivalent. | |
int __cdecl | winx_printf (const char *format,...) |
printf() native equivalent. | |
int __cdecl | winx_kbhit (int msec) |
Checks the console for keyboard input. | |
int __cdecl | winx_breakhit (int msec) |
Checks the console for the 'Break' character on the keyboard input. | |
int __cdecl | winx_getch (void) |
getch() native equivalent. | |
int __cdecl | winx_getche (void) |
getche() native equivalent. | |
int __cdecl | winx_gets (char *string, int n) |
gets() native equivalent with limited number of characters to read. | |
int __cdecl | winx_prompt (char *prompt, char *string, int n) |
Displays prompt on the screen and waits for the user input. When user presses the return key fills the string pointed by the second parameter by characters read. |
Console I/O code.
Definition in file stdio.c.