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: Mon Apr 04 15:00:03 GMT 2005 |