mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
631301b3f7
usage of strlcpy (when position/offset of previous strlcpy/snprintf call is known. strlcat implementation in libretro-common makes implicit strlen call, using strlcpy avoids this * Reduce a bunch of local char variables by use of said clever usage, should save up on local stack size usage |
||
---|---|---|
.. | ||
nbio | ||
archive_file_7z.c | ||
archive_file_zlib.c | ||
archive_file.c | ||
config_file_userdata.c | ||
config_file.c | ||
file_path_io.c | ||
file_path.c | ||
retro_dirent.c |