記得apue里也是這樣用的
DESCRIPTION
The pause() library function causes the invoking process (or thread) to
sleep until a signal is received that either terminates it or causes it
to call a signal-catching function.作者: 暗底 時間: 2007-12-30 17:17
APUE 你們都看英文版的啊? 真厲害!作者: 暗底 時間: 2007-12-30 18:56
setitimer 這個函數(shù) 下面跟著的那個while(1) 里面就不能放pause(); 這個pause到底起個啥作用啊