home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mntdoc01.zoo / mintdoc / cat3 / pause.3 < prev    next >
Encoding:
Text File  |  1993-03-03  |  937 b   |  67 lines

  1.  
  2.  
  3.  
  4. PAUSE(3)            MINTLIB LIBRARY FUNCTIONS            PAUSE(3)
  5.  
  6.  
  7. N✓NA✓AM✓ME✓E
  8.        pause - suspend process until signal
  9.  
  10. S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
  11.        ?? No header file yet. #include <signal.h>?
  12.  
  13.        void pause(void);
  14.  
  15. D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
  16.        pause  suspends  the  calling  process until it receives a
  17.        signal. The signal must be one that is not  currently  set
  18.        to be ignored by the calling process.
  19.  
  20.        If  the  signal causes termination of the calling process,
  21.        pause will not return.
  22.  
  23. S✓SE✓EE✓E A✓AL✓LS✓SO✓O
  24.        a✓al✓la✓ar✓rm✓m(✓(3✓3)✓),✓,  k✓ki✓il✓ll✓l(✓(3✓3)✓),✓,   s✓si✓ig✓gn✓na✓al✓l(✓(3✓3)✓),✓,   s✓si✓ig✓gp✓pa✓au✓us✓se✓e(✓(3✓3)✓),✓,   w✓wa✓ai✓it✓t(✓(3✓3)✓),✓,
  25.        P✓Pa✓au✓us✓se✓e(✓(2✓2)✓)
  26.  
  27. N✓NO✓OT✓TE✓E
  28.        For vague reasons, pause returns an integer on System V.
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. MiNT docs 0.1              3 March 1993                         1
  65.  
  66.  
  67.