Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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