Actually void*
just points to anything, with no regard to the type of that thing. Pointing to the void is more accurately described by NULL
pointer.
Actually void*
just points to anything, with no regard to the type of that thing. Pointing to the void is more accurately described by NULL
pointer.
Wait, why does it multiply by 4? (apparently addition takes precedence over bitwise operations)