From: Chris Newsgroups: comp.os.msdos.djgpp Subject: timer or wait function Date: Sat, 02 Dec 2000 23:26:45 +1300 Organization: ihug ( New Zealand ) Lines: 8 Message-ID: <3A28CE65.69D56CA4@es.co.nz> NNTP-Posting-Host: p13-max1.dun.ihug.co.nz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 975752664 15296 203.173.236.13 (2 Dec 2000 10:24:24 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Sat, 2 Dec 2000 10:24:24 +0000 (UTC) X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I need to implement a wait or pause of a definite duration into one of my programs. Using a loop of some sort to create a pause just won't cut it as it runs at different speeds on different machine. Anyone know of a function and the corresponding header file? Thanks. Chris.