Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!nosc!ucsd!orion.cf.uci.edu!echarne From: echarne@orion.cf.uci.edu (Eli B. Charne) Newsgroups: comp.lang.c Subject: Delay for a fraction of a second in C Message-ID: <1145@orion.cf.uci.edu> Date: 1 Nov 88 18:40:57 GMT Organization: University of California, Irvine Lines: 15 I am writing a program, in which part of it does a fancy little display for the user. However, in order for the user to be able to see it, I need a delay. The Unix sleep command will only go in increments of one second. I was wondering if someone new of a nice little routine I could use, or has written one that will let me pause (in the Unix operating system) for a fraction of a second. If it could go to 100th of a second, that would be great! Thanks -Eli zecharne@uci.bitnet echarne@orion.cf.uci.edu