alarm-clock-6502/clkfreq.h

11 lines
133 B
C
Raw Normal View History

2015-08-24 06:40:05 +00:00
#ifndef CLKFREQ_H
#define CLKFREQ_H
#include <stdint.h> /* uint8_t */
extern void clkfreq(void);
extern uint8_t ticks[4];
#endif