In the art of multiprocessing programming, p215, authors say that in C you can “steal” a bit from a pointer, and using bitwise operators extracts some flag (label) and pointer from a single word, I don’t know how to do this, so the example will help me .
c pointers bit-manipulation
Dervin thunk
source share