This function to copy the source string to the destination string.
char *XFsbl_Strcpy(char *DestPtr, const char *SrcPtr)
Parameters | Description |
---|---|
DestPtr | Pointer to the buffer to be printed |
SrcPtr | Pointer to the buffer containing the source string |