Quote:
Originally Posted by ******
There's a much better one in the code optimisations topic.
|
Yes, I know. Nero_3D made that already clear:
Quote:
Originally Posted by Nero_3D
@Ryder
Just use strcat for plain strings
pawn Code:
#define strcpy(%0,%1,%2) strcat((%0[0] = '\0', %0), %1, %2)
memcpy is more useful for non-strings (in my opinion ^^")
|