/****************************************** Show occupied DOS memory (c) 1995 by Topical Software Demo programm of DOS-Extender Swallow ******************************************/ #include #include #include #include #include "swallow.h" void main() { highvideo(); cprintf("Call the DOS command \"MEM\" to see, how few DOS memory Swallow uses!\r\n\r\n"); lowvideo(); cprintf("Type EXIT to return to the example program...\r\n"); system(""); highvideo(); cprintf("You saw: so few DOS-memory is used by background programs based on Swallow.\r\n"); lowvideo(); }