11 lines
95 B
C
11 lines
95 B
C
#ifndef TIME_H_
|
|
#define TIME_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
void timeInit();
|
|
|
|
|
|
|
|
#endif /* TIME_H_ */
|