|
/*
|
|
* Copyright (c) 2023 Intel
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef ZEPHYR_LIB_LIBC_ARMSTDC_INCLUDE_STRINGS_H_
|
|
#define ZEPHYR_LIB_LIBC_ARMSTDC_INCLUDE_STRINGS_H_
|
|
|
|
#include <string.h>
|
|
|
|
#endif /* ZEPHYR_LIB_LIBC_ARMSTDC_INCLUDE_STRINGS_H_ */
|