picofuse
include
picofuse
sys
timestamp.h
Go to the documentation of this file.
1
12
#pragma once
13
14
#ifdef __cplusplus
15
extern
"C"
{
16
#endif
17
19
24
uint64_t
sys_timestamp_ms
(
void
);
25
27
28
#ifdef __cplusplus
29
}
30
#endif
sys_timestamp_ms
uint64_t sys_timestamp_ms(void)
Gets the number of milliseconds since the process launched.