XFsbl_Strcat - 2020.2 English

Zynq UltraScale+ MPSoC Software Developer Guide (UG1137)

Document ID
UG1137
Release Date
2021-01-05
Version
2020.2 English

This function to append the second string to the first string.

char* XFsbl_Strcat(char* Str1Ptr, const char* Str2Ptr)
Table 1. XFsbl_Strcat Parameters in FSBL
Parameters Description
Str1Ptr Pointer to the original string to which string pointed to by Str2Ptr would be appended
Str2Ptr Pointer to the second string