stock strcpy(_sStr[],sStr_[]) // (strdestino, strsource){ _sStr[0x0] = '\0'; return strcat(_sStr,sStr_,strlen(sStr_));}
Are you retarded?, so you are adding the c-end character at the begin of the string, to do strcat?, is faster to just copy character per character...
Um comentário:
Are you retarded?, so you are adding the c-end character at the begin of the string, to do strcat?, is faster to just copy character per character...
Postar um comentário