14.12.2014, 10:49
Hello!
I need strcpy where I just put to params and it will put string into dest string.
I need strcpy where I just put to params and it will put string into dest string.
stock strcpy(dest[], src[], size = sizeof(dest))
{
dest[0] = EOS;
return strcat(dest, src, size);
}