]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - larn/nap.c
2 static char rcsid
[] = "$NetBSD: nap.c,v 1.4 1995/04/27 22:15:28 mycroft Exp $";
5 /* nap.c Larn is copyrighted 1986 by Noah Morgan. */
10 * routine to take a nap for n milliseconds
15 if (x
<=0) return; /* eliminate chance for infinite loop */