clray

view src/timer.h @ 33:931d13b72f83

forgot to add the timers
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 24 Aug 2010 05:47:04 +0100
parents
children
line source
1 #ifndef TIMER_H_
2 #define TIMER_H_
4 long get_msec();
6 #endif /* TIMER_H_ */