what different between :
====

struct *structptr;

-vs-

struct structptr;

??

and then how about the used for the typedef int <variable>, and int <variable> ??