|
|
1.1 root 1: /* sleep.c
2: Sleep for a number of seconds. */
3:
4: #include "uucp.h"
5:
6: #include "sysdep.h"
7: #include "system.h"
8:
9: void
10: usysdep_sleep (c)
11: int c;
12: {
13: (void) sleep (c);
14: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.