Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
I don't see any contradiction. Both appear to be different ways of writing the same thing (ignoring the fact that the wiki code is undefined behavior due to unaligned pointer access).
Octocontrabass wrote:I don't see any contradiction. Both appear to be different ways of writing the same thing (ignoring the fact that the wiki code is undefined behavior due to unaligned pointer access).
How can it be the same thing. the wiki only reads one entry from the fat table, and the site code reads two entries.