Turbo C 中內定的堆疊大小為 4 K bytes, 如果你需要 10 K bytes 的堆疊空間請用 extern unsigned _stklen=10240; 來指定。 ... 現在讓我們再來看一個 ...
squall.cs.ntou.edu.tw