mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
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 |
||
---|---|---|
.. | ||
drivers | ||
frontend.h | ||
frontend_driver.c | ||
frontend_driver.h | ||
frontend_salamander.c |