Chapter Contents |
Previous |
Next |
204 |
EXPLANATION |
EXPLANATION |
An integer was converted to a pointer type whose size
did not match the pointer type. For examplee, a char
, short
or long long
was converted
to a _ _near
pointer. If the integer
is a char
or short
,
the result is unlikely to address valid data. If the integer is longer than
the pointer, the results of the conversion will be correct only if all the
extra bits are zeroes.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2004 by SAS Institute Inc., Cary, NC, USA. All rights reserved.