Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
more than one memory attribute
More than one memory attribute ( __near, __far, __huge, or __based) was applied to an item, as in the following example:
typedef int __near nint;
nint __far a; // error