mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
131 B
C
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 */
|