File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
* between Windows and Linux builds, or itoa() only existing on some
33
33
* platforms.
34
34
*
35
- * For many of the most common functions, like SDL_memcpy, SDL might just
36
- * call through to the usual C runtime behind the scenes, if it makes sense to
37
- * do so (if it's faster and always available/reliable on a given platform),
35
+ * For many of the most common functions, like SDL_memcpy, SDL might just call
36
+ * through to the usual C runtime behind the scenes, if it makes sense to do
37
+ * so (if it's faster and always available/reliable on a given platform),
38
38
* reducing library size and offering the most optimized option.
39
39
*
40
40
* SDL also offers other C-runtime-adjacent functionality in this header that
You can’t perform that action at this time.
0 commit comments