home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / unixlib / !UnixLib / src / unix / c / pause < prev    next >
Encoding:
Text File  |  1994-09-30  |  176 b   |  12 lines

  1. static char sccs_id[] = "@(#) pause.c 1.2 " __DATE__ " HJR";
  2.  
  3. /* pause.c (c) Copyright 1990 H.Rogers */
  4.  
  5. #include "sys/unix.h"
  6.  
  7. int
  8. pause (void)
  9. {
  10.   for (;;);
  11. }                /* FIXME */
  12.