Closed danielpunkass closed 9 years ago
It seems like using a long variable here is the most straightforward solution, even though the offset is always expected to be relatively small, the long variable type prevents us having to cast the result of the pointer math.
It seems like using a long variable here is the most straightforward solution, even though the offset is always expected to be relatively small, the long variable type prevents us having to cast the result of the pointer math.