File:  [MW Coherent from dump] / coherent / g / usr / lib / uucp / tay104 / unix / sleep.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:35 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/* sleep.c
   Sleep for a number of seconds.  */

#include "uucp.h"

#include "sysdep.h"
#include "system.h"

void
usysdep_sleep (c)
     int c;
{
  (void) sleep (c);
}

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.