mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
6f738d4fbd
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 |
||
---|---|---|
.. | ||
media_detect_cd.c |