nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ ssf_echo()

int ssf_echo ( char *  str_in,
char *  str_out,
size_t  str_out_size 
)

Echo back a c string.

.. include_startingpoint_echo_header_rst

Parameters
[in]str_inc string to be echoed back.
[out]str_outLocal buffer for copying the echoed c string into.
[in]str_out_sizeSize of local buffer.
Returns
0 on success, otherwise a negative errno.