Example of stack in c - The Q&A wiki
Stack example in c using push and pop? http://www.osix.net/modules/article/?id=275 muzzy writes "Here's some code for you kids. It demonstrates the concept of stack, implemented with a linked list mechanism to support virtually infinitely large stack size...