OpenDOF Project
DOF_PCR_DECLSPEC void PCRString_Concat ( char *  pStr1,
const char *  pStr2,
uint32  n 
)

Appends up to the first n characters of pStr2 to the end of pStr1.

Equivalent to the standard C library function strncat().

Parameters
pStr1- Pointer to the string that pStr2 will be added to. Should not be NULL.
pStr2- Pointer to the string to be added at the end of pStr1. Should not be NULL.
nThe maximum number. Can be 0, in which case no action is taken.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22