qc.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_huge
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Keyword:   _huge
 
  Syntax:    _huge declarator
 
  Summary:   Specifies that a data object can reside anywhere in
             memory, and is not assumed to reside in current data
             segment. Individual data items can exceed 64K in size.
             Data is referenced with a 32-bit address. For
             compatibility with previous versions, huge is a synonym
             for _huge.
 
  See also:  _based, _far, _near
                                    -♦-