view linux/timer.h @ 3925:74fa7c82a66c

applied "magic" Michael real fix ;) (tested with gcc 2.95.4 and 3.0.3)
author pl
date Tue, 01 Jan 2002 02:00:57 +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);