Anjay Lite
Loading...
Searching...
No Matches
time.h
Go to the documentation of this file.
1
/*
2
* Copyright 2023-2025 AVSystem <avsystem@avsystem.com>
3
* AVSystem Anjay Lite LwM2M SDK
4
* All rights reserved.
5
*
6
* Licensed under AVSystem Anjay Lite LwM2M Client SDK - Non-Commercial License.
7
* See the attached LICENSE file for details.
8
*/
9
10
#include <
anj/init.h
>
11
12
#ifndef ANJ_TIME_H
13
# define ANJ_TIME_H
14
15
# include <stdint.h>
16
17
# ifdef __cplusplus
18
extern
"C"
{
19
# endif
20
24
# define ANJ_TIME_UNDEFINED UINT64_MAX
25
30
uint64_t
anj_time_now
(
void
);
31
36
uint64_t
anj_time_real_now
(
void
);
37
38
# ifdef __cplusplus
39
}
40
# endif
41
42
#endif
// ANJ_TIME_H
init.h
anj_time_real_now
uint64_t anj_time_real_now(void)
anj_time_now
uint64_t anj_time_now(void)
include_public
anj
compat
time.h
Generated on Wed Aug 27 2025 15:06:15 for Anjay Lite by
1.9.8