Expanded Memory Usage thru C Libs

Walter Bright bright at nazgul.UUCP
Mon Jan 21 15:54:41 AEST 1991


In article <Jan.16.11.33.50.1991.27222 at galaxy.rutgers.edu> gangwani at andromeda.rutgers.edu (Sunil Gangwani) writes:
/I'd like to know if there is any good library (C) which
/will help me make use of expanded memory on my PC thru
/C language.

Zortech C comes with a set of library functions to access EMS. Alternatively,
a special pointer type (called a __handle pointer) can be used to directly
access EMS with syntax that is just like regular pointers.

For a brochure, call 800-848-8408.



More information about the Comp.lang.c mailing list