|
|
1.1 root 1: /*
2: char id_sleep[] = "@(#)sleep_.c 1.1";
3: *
4: * sleep for awhile
5: *
6: * calling sequence:
7: * call sleep(seconds)
8: * where:
9: * seconds is an integer number of seconds to sleep (see sleep(3))
10: */
11:
12: sleep_(sec)
13: long *sec;
14: {
15: sleep((unsigned int)*sec);
16: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.