What does this below line says:
#define pal_Memset(x,y,z) memset((void *)x,y,z)
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
What does this below line says:
#define pal_Memset(x,y,z) memset((void *)x,y,z)
Hi Pradeep,
I am not sure if I understand your question correctly.
Above macro is used to typecast the pointer x into the (void *).
Regards,
Ankur
Hi Pradeep,
I am closing this thread, If you have follow up queries please open a new thread and a link to this one for reference.
Regards,
Ankur