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