Calling pause() suspends execution of the process until the call is interrupted by a signal handler (or until an unhandled signal terminates the process).
#include <unistd.h>
int pause(void);
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.