mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-31 22:42:52 +08:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -1816,6 +1816,11 @@ extern SDL_DECLSPEC const char * SDLCALL SDL_getenv(const char *name);
|
|||||||
* This function bypasses SDL's cached copy of the environment and is not
|
* This function bypasses SDL's cached copy of the environment and is not
|
||||||
* thread-safe.
|
* thread-safe.
|
||||||
*
|
*
|
||||||
|
* On some platforms, this may make case-insensitive matches, while other
|
||||||
|
* platforms are case-sensitive. It is best to be precise with strings used
|
||||||
|
* for queries through this interface. SDL_getenv is always case-sensitive,
|
||||||
|
* however.
|
||||||
|
*
|
||||||
* \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.
|
||||||
|
|||||||
Reference in New Issue
Block a user