alarm-clock-6502/noslotclock.h

11 lines
150 B
C
Raw Normal View History

2015-10-09 15:26:41 +00:00
#ifndef NOSLOTCLOCK_H
#define NOSLOTCLOCK_H
#include <stdbool.h>
extern bool load_driver(void);
extern struct tm *read_time(struct tm *t);
#endif