10 lines
179 B
C
Executable File
10 lines
179 B
C
Executable File
#ifndef _APP_TIME_H_
|
|
#define _APP_TIME_H_
|
|
|
|
|
|
|
|
void app_time_init(void);
|
|
long long app_time_timestamp_ms(void);
|
|
long app_time_timestamp_s(void);
|
|
#endif /* _APP_TIME_H_ */
|