> If strcpy is not easily replaced with memcpy then the code is > fundamentally wrong. Either it’s not using strcpy correctly or it’s > doing something dumb and should be rewritten. Highlighting such problems > is part of what makes memcpy such an effective replacement.