1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-10 21:29:39 +00:00
r65emu/timed.h
2018-09-06 10:12:03 +01:00

7 lines
106 B
C

#ifndef __TIMED_H__
#define __TIMED_H__
void timer_create(unsigned freq, void (*handler)(void));
#endif