clray

view src/timer.h @ 50:d3c46803242e

- added button to stop the timing messages
author John Tsiombikas
date Tue, 31 Aug 2010 02:54:37 +0100
parents
children
line source
1 #ifndef TIMER_H_
2 #define TIMER_H_
4 long get_msec();
6 #endif /* TIMER_H_ */