Destroy a set of environment variables.
Defined in <SDL3/SDL_stdinc.h>
void SDL_DestroyEnvironment(SDL_Environment *env);
SDL_Environment * | env | the environment to destroy. |
It is safe to call this function from any thread, as long as the environment is no longer in use.
This function is available since SDL 3.1.3.