2105. 1 like

strcpy: a niche function you don't need

nullprogram.com/blog/2021/07/30

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.