nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
echo_service.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef SSF_ECHO_SERVICE_H__
8#define SSF_ECHO_SERVICE_H__
9
10#include <stddef.h>
11
13
24int ssf_echo(char *str_in, char *str_out, size_t str_out_size);
27#endif /* SSF_ECHO_SERVICE_H__ */
int ssf_echo(char *str_in, char *str_out, size_t str_out_size)
Echo back a c string.