Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Check for pointer

Name: Anonymous 2010-07-17 14:28

whats the C macro to check if the argument is a pointer*,variable or pointer**?

Name: Anonymous 2010-07-17 14:50

#define varcopy(dest,source,size) ;memcpy((void*)&dest,(void*)&source,size);
this should be replaced with something like  (void*)(isPtr(dest)?&dest:dest)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List