Can someone explains this casting:
Ref: cdefs.h, L651
I have exauhsted all my resources trying to figure out an explanation for this type casting. I appreciate your help.
Code:
#define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))
Ref: cdefs.h, L651
I have exauhsted all my resources trying to figure out an explanation for this type casting. I appreciate your help.