delorie.com/djgpp/doc/libc/libc_677.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#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.
ANSI/ISO C | No |
POSIX | No |
video_mode = ScreenMode(); |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |