/****************************************** Simple Example (c) 1995 by Topical Software Demo programm of DOS-Extender Swallow ******************************************/ #include #include #include "swallow.h" void main() { printf("Welcome in Protected Mode with %li Bytes of free memory!\r\n", farcoreleft()); }