XFsbl_Strcat - 2021.2 English

Zynq UltraScale+ MPSoC Software Developer Guide

Document ID
UG1137
Release Date
2021-10-27
Version
2021.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