1#ifndef FW_STRINGUTILS_HPP
2#define FW_STRINGUTILS_HPP
23char*
string_copy(
char* destination,
const char* source, U32 num);
C++-compatible configuration header for fprime configuration.
char * string_copy(char *destination, const char *source, U32 num)
copy string with null-termination guaranteed
U32 string_length(const CHAR *source, U32 max_len)
get the length of the source string or max_len if the string is longer than max_len.