I am getting confused with typedef can anyone transcribe this to a normal composition? of structures? I really don\'t want to handle typedef since it\'s gets me confuse
With typedef, you define StackNode to be struct stackNode, and the Pointer StackNodePtr to be StackNode.
So what is not clear?