--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/timer.h Tue Sep 26 11:05:38 2006 +0000 @@ -0,0 +1,5 @@ + +void timer_start(); +long timer_gettime(); +long timer_stop(); +long timer_to_microsecs( long value );