Path: utzoo!attcan!uunet!husc6!rutgers!mailrus!cornell!uw-beaver!teknowledge-vaxc!mkhaw From: mkhaw@teknowledge-vaxc.ARPA (Mike Khaw) Newsgroups: comp.lang.c Subject: Re: Delay for a fraction of a second in C Message-ID: <25718@teknowledge-vaxc.ARPA> Date: 4 Nov 88 19:32:44 GMT References: <16459@agate.BERKELEY.EDU> Organization: Teknowledge, Inc., Palo Alto CA Lines: 11 > On a Sun (and presumably under bsd 4.x as well) there's a usleep() > function to sleep for a specified number of microseconds: It's implemented using setitimer(2), so if you have the latter but not usleep(3), you should be able to invent your own. Mike Khaw -- internet: mkhaw@teknowledge.arpa uucp: {uunet|sun|ucbvax|decwrl|ames|hplabs}!mkhaw%teknowledge.arpa hardcopy: Teknowledge Inc, 1850 Embarcadero Rd, POB 10119, Palo Alto, CA 94303