mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-11 20:15:45 +00:00
![LibretroAdmin](/assets/img/avatar_default.png)
Reasons: 1 - Just a macro for strcpy 1.2 - doesn't have a return type unlike strlcpy, can't be used for string concatenation 1.3 - unsafe compared to strlcpy Do either manual string assignment per character or strlcpy, no inbetween by resorting to strcpy