HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

         MSC: unsigned _dos_allocmem( unsigned size, unsigned *seg )


       - prototype in dos.h

       - size = number of paragraphs to allocate
       - seg = pointer to buffer to contain allocated segment value
       - returns 0 on success or DOS error code on failure
       - Turbo C uses allocmem()
       - see   INT 21,48

Esc or Alt-X to exit _dos_allocmem Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann