void microdelay(int n)
void addclock0link(void(*clockf)(void))
Microdelay is similar, but busy waits for n microseconds.
For delays on the order of clock ticks, tsleep (see sleep(10.2)) provides a better alternative to the busy waiting of these routines.
Addclock0link adds clockf to a list of functions to be executed at each clock interrupt.
DELAY(10.2 ) | Rev: Thu Feb 15 14:42:59 GMT 2007 |