mirror of
https://github.com/libretro/RetroArch
synced 2025-02-05 06:40:07 +00:00
ed58e4a8d8
* In function arguments, use 'size_t len' * Inside the function, use '_len' * If you need a seciondary len variable inside the function, use '__len'