logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_GetEnvironmentVariables - Get all variables in the environment.

Availability

       This function is available since SDL 3.2.0.

Function Parameters

env    the environment to query.

Name

       SDL_GetEnvironmentVariables - Get all variables in the environment.

Return Value

       for  more  information.  This  is  a single allocation that should be freed with SDL_free() when it is no
       longer needed.

See Also

SDL_GetEnvironment(3),             SDL_CreateEnvironment(3),              SDL_GetEnvironmentVariables(3),
       SDL_SetEnvironmentVariable(3), SDL_UnsetEnvironmentVariable(3)

Simple Directmedia Layer                           SDL 3.2.20                     SDL_GetEnvironmentVariables(3)

Synopsis

#include<SDL3/SDL_stdinc.h>char**SDL_GetEnvironmentVariables(SDL_Environment*env);

Thread Safety

       It is safe to call this function from any thread.

See Also