一、使用 C 語言,寫出以鏈結串列(Linked List)製作鏈結堆疊(Linked Stack)的副程 式:void pop(stkptr **stk, float *x, int *empty),此副程式的功能可以由堆疊頂 端彈出一元素。(20 分)