...
lib_str.h/lib_str.c
Prototype
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
CPU_CHAR *Str_Cat_N ( CPU_CHAR *pstr_dest,
const CPU_CHAR *pstr_cat,
CPU_SIZE_T len_max);
|
Arguments
pstr_dest
Pointer to the string memory buffer to append string characters into.
...
String concatenation terminates if either string pointer points to or overlaps the NULL
address.
Example Usage
...
Language | C++ |
---|---|
CaptionText | CAPTION |
language | cpp |
...