1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/projects/watch/clock_app.h
2011-07-10 22:49:41 +02:00

8 lines
131 B
C

#ifndef __CLOCK_APP_H
#define __CLOCK_APP_H
int clock_app_init();
void time_print(struct tm *time);
#endif /* __CLOCK_APP_H */