C语言使用链表形式定义一个堆栈,并且在main函数中调用它
http://blog.csdn.net/lutinghuan/article/details/7475026
详解堆栈的几种实现方法——C语言版