#include <time.h> unsigned long rawclock(void);
Returns the number of clock tics (18.2 per second) since midnight.
The number of tics.
not ANSI, not POSIX
/* wait 1/4 second */ int i = rawclock()+5; while (rawclock()<i);
Go to the first, previous, next, last section, table of contents.