Copyright Digital Equipment Corp. All rights reserved.

pause

   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);
 


Additional information available:

Description     Return_Value