view linux/timer.h @ 2467:1e0a75f83c9c

I was wrong: test didn't work changed "test !" to simpler constructions where used added a : which avoided compilation
author pl
date Thu, 25 Oct 2001 13:32:48 +0000
parents c2ed1e5742ed
children 7bb8f7905000
line wrap: on
line source


void InitTimer();
unsigned int GetTimer();
//int uGetTimer();
float GetRelativeTime();

int usec_sleep(int usec_delay);