mirror of https://github.com/libsdl-org/SDL.git
Sync SDL3 wiki -> header
This commit is contained in:
parent
28b94c4758
commit
a7f1deae8d
|
|
@ -1171,14 +1171,15 @@ extern SDL_DECLSPEC const char * SDLCALL SDL_getenv(const char *name);
|
||||||
/**
|
/**
|
||||||
* Get the value of a variable in the environment.
|
* Get the value of a variable in the environment.
|
||||||
*
|
*
|
||||||
* This function bypasses SDL's cached copy of the environment and is not thread-safe.
|
* This function bypasses SDL's cached copy of the environment and is not
|
||||||
|
* thread-safe.
|
||||||
*
|
*
|
||||||
* \param name the name of the variable to get.
|
* \param name the name of the variable to get.
|
||||||
* \returns a pointer to the value of the variable or NULL if it can't be
|
* \returns a pointer to the value of the variable or NULL if it can't be
|
||||||
* found.
|
* found.
|
||||||
*
|
*
|
||||||
* \threadsafety This function is not thread safe, consider using
|
* \threadsafety This function is not thread safe, consider using SDL_getenv()
|
||||||
* SDL_getenv() instead.
|
* instead.
|
||||||
*
|
*
|
||||||
* \since This function is available since SDL 3.0.0.
|
* \since This function is available since SDL 3.0.0.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue