view linux/timer.h @ 4257:ab189f1f876f

Added reverting support for -pp and -npp options
author albeu
date Sat, 19 Jan 2002 17:01:03 +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);