Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kStrCat ( kChar dest,
kSize  capacity,
const kChar src 
)

Appends characters from source to destination.

If the buffer is insufficient, the concatenation will transfer as many characters as possible, null-terminate the resulting string, and return kERROR_INCOMPLETE.

If the destination capacity is zero, kERROR_PARAMETER will be returned.

Parameters
destDestination string to append to.
capacityCapacity of destination buffer, in characters.
srcSource string to append.
Returns
Operation status.