]> rtime.felk.cvut.cz Git - mirosot.git/blob - navratil_ad/timer3.h
Added sources of demo application by Milan Navratil
[mirosot.git] / navratil_ad / timer3.h
1
2
3 typedef long long timer_t;
4
5 int init_timer3(long long nsec);
6 timer_t get_timer();
7