This function to append the second string to the first string.
char* XFsbl_Strcat(char* Str1Ptr, const char* Str2Ptr)
| Parameters | Description |
|---|---|
| Str1Ptr | Pointer to the original string to which string pointed to by Str2Ptr would be appended |
| Str2Ptr | Pointer to the second string |