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_DestroyEnvironment - Destroy a set of environment variables.

Availability

       This function is available since SDL 3.2.0.

Function Parameters

env    the environment to destroy.

Name

       SDL_DestroyEnvironment - Destroy a set of environment variables.

See Also

SDL_CreateEnvironment(3)

Simple Directmedia Layer                           SDL 3.2.20                          SDL_DestroyEnvironment(3)

Synopsis

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

Thread Safety

       It is safe to call this function from any thread, as long as the environment is no longer in use.

See Also