| Main index | Section 3 | 日本語 | Options |
#include <unistd.h>
The pause() function forces a process to pause until a signal is received from either the kill(2) function or an interval timer. (See setitimer(2).) Upon termination of a signal handler started during a pause(), the pause() call will return.
| [EINTR] | |
| The call was interrupted. | |
| PAUSE (3) | April 3, 2022 |
| Main index | Section 3 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | C is a language that combines all the elegance and power of assembly language with all the readability and maintainability of assembly language. | ” |