mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
@@ -91,8 +91,9 @@ void *alloca(size_t);
|
|||||||
/**
|
/**
|
||||||
* The number of elements in an array.
|
* The number of elements in an array.
|
||||||
*
|
*
|
||||||
* NOTE: This macro double-evaluates the argument, so you should never have
|
* This macro looks like it double-evaluates the argument, but it does so
|
||||||
* side effects in the parameter.
|
* inside of `sizeof`, so there are no side-effects here, as expressions do
|
||||||
|
* not actually run any code in these cases.
|
||||||
*
|
*
|
||||||
* \since This macro is available since SDL 3.0.0.
|
* \since This macro is available since SDL 3.0.0.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user