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
18extern "C" {
19# endif
20
24# define ANJ_TIME_UNDEFINED UINT64_MAX
25
30uint64_t anj_time_now(void);
31
36uint64_t anj_time_real_now(void);
37
38# ifdef __cplusplus
39}
40# endif
41
42#endif // ANJ_TIME_H
uint64_t anj_time_real_now(void)
uint64_t anj_time_now(void)