/* * Copyright (c) 2023 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ #ifndef __ARRAY_H__ #define __ARRAY_H__ #ifdef __cplusplus extern "C" { #endif #include #ifdef __cplusplus } #endif #endif /* __ARRAY_H__ */