Copyright Digital Equipment Corp. All rights reserved.
Suspends the calling process until delivery of a signal whose
action is either to execute a signal-catching function or to
terminate the process.
Format
#include <unistd.h>
int pause (void);
Description Return_Value