...
To correct this example, the struct big
pointer is cast as a char *
. This causes skip_member
to be scaled by a factor of 1.
...
...
To correct this example, the struct big
pointer is cast as a char *
. This causes skip_member
to be scaled by a factor of 1.
...