OpenAMP Library  latest
Loading...
Searching...
No Matches
utilities.h
Go to the documentation of this file.
1/*
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 2024, STMicroelectronics
5 *
6 */
7
8#include <string.h>
9
34size_t safe_strcpy(char *dst, size_t d_size, const char *src, size_t s_size);
35
size_t safe_strcpy(char *dst, size_t d_size, const char *src, size_t s_size)
Definition utilities.c:12