mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 03:48:14 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -32,9 +32,9 @@
|
|||||||
* between Windows and Linux builds, or itoa() only existing on some
|
* between Windows and Linux builds, or itoa() only existing on some
|
||||||
* platforms.
|
* platforms.
|
||||||
*
|
*
|
||||||
* For many of the most common functions, like SDL_memcpy, SDL might just
|
* For many of the most common functions, like SDL_memcpy, SDL might just call
|
||||||
* call through to the usual C runtime behind the scenes, if it makes sense to
|
* through to the usual C runtime behind the scenes, if it makes sense to do
|
||||||
* do so (if it's faster and always available/reliable on a given platform),
|
* so (if it's faster and always available/reliable on a given platform),
|
||||||
* reducing library size and offering the most optimized option.
|
* reducing library size and offering the most optimized option.
|
||||||
*
|
*
|
||||||
* SDL also offers other C-runtime-adjacent functionality in this header that
|
* SDL also offers other C-runtime-adjacent functionality in this header that
|
||||||
|
Reference in New Issue
Block a user