| www.delorie.com/djgpp/doc/libc-2.01/libc_523.html | search |
#include <time.h> unsigned long rawclock(void);
Returns the number of clock tics (18.2 per second) since midnight.
The number of tics.
/* wait 1/4 second */ int i = rawclock()+5; while (rawclock()<i);
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |