Lazuli
Loading...
Searching...
No Matches
clock_24.h
Go to the documentation of this file.
1/*
2 * SPDX-License-Identifier: GPL-3.0-only
3 * This file is part of Lazuli.
4 */
5
14#ifndef LAZULI_SYS_CLOCK_24_H
15#define LAZULI_SYS_CLOCK_24_H
16
17#include <Lazuli/common.h>
18
20
25void
27
29
30#endif /* LAZULI_SYS_CLOCK_24_H */
Basic type definitions and useful macros.
#define _EXTERN_C_DECL_BEGIN
Open C++ header file declarations.
Definition common.h:39
#define _EXTERN_C_DECL_END
Close C++ header file declarations.
Definition common.h:44
void Clock24_Increment(void)
Increment the 24-Hour clock, taking into the account the resolution of the system clock.
Definition clock_24.c:97