#ifndef __TIME_H #define __TIME_H void time_init(void); int elapsed(int *last_event, int period); #endif /* __TIME_H */