Hi all I want to do a debug with printf. But I don\'t know how to print the \"out\" variable.
Before the return, I want to print this value, but its type is void* .
printf("%p\n", out);
is the correct way to print a (void*) pointer.
(void*)