Calling the strcat() foreign function – Foreign (Function) Memory API
161. Calling the strcat() foreign function The strcat() foreign function is part of the C standard library and it has the following signature (https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/strcat-wcscat-mbscat): char *strcat(char *strDestination, const char *strSource); ... Read MoreRead More