|
FreeBASIC
0.91.0
|
#include "../fb.h"#include "fb_private_console.h"#include <go32.h>#include <dpmi.h>#include <sys/farptr.h>
Go to the source code of this file.
Functions | |
| unsigned int | fb_ConsoleReadXY_BIOS (int col, int row, int colorflag) |
| FBCALL unsigned int | fb_ConsoleReadXY (int col, int row, int colorflag) |
| FBCALL unsigned int fb_ConsoleReadXY | ( | int | col, |
| int | row, | ||
| int | colorflag | ||
| ) |
| unsigned int fb_ConsoleReadXY_BIOS | ( | int | col, |
| int | row, | ||
| int | colorflag | ||
| ) |
Definition at line 9 of file io_readxy.c.

