Receiving a char array to a void pointer shows different behavior
I am attempting to develop a method to customize strcpy
. I considered two approaches for this implementation. One method involves using memcpy
, while the other involves incrementing the pointer and assigning the value.