#include <pc.h> int ScreenMode(void);
This function reports the current video mode as known to the system BIOS. It does so by accessing the byte at absolute address 40:49h.
The video mode.
not ANSI, not POSIX
video_mode = ScreenMode();
Go to the first, previous, next, last section, table of contents.