Did return become uncool or what's up with that?
Edit: Also, every sane compiler will optimize the `if(my != NULL)` away because it can safely assume it's not NULL since you've already used the pointer previously. Not vouching for the Lite-C compiler here, but yeah, it's highly superfluous.
Last edited by JustSid; 12/17/13 20:40.