* steam.c - cleanups: * Use string_to_lower from libretro-common/stdstring.c instead of its own version * Some stylistic changes * Rewrite strncpy calls into strlcpy/strlcat/manual assignment * Make it C89 compliant * Some unused variables