/* * Copyright (c) 2021, Leon Albrecht * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include #include __BEGIN_DECLS typedef uint16_t n_short; typedef uint32_t n_long; typedef uint32_t n_time; __END_DECLS