Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2024-04-29 20:53:27 +00:00
parent 7bfecacc02
commit 8b06473a11

View File

@@ -91,8 +91,9 @@ void *alloca(size_t);
/**
* The number of elements in an array.
*
* NOTE: This macro double-evaluates the argument, so you should never have side effects in the parameter.
*
* NOTE: This macro double-evaluates the argument, so you should never have
* side effects in the parameter.
*
* \since This macro is available since SDL 3.0.0.
*/
#define SDL_arraysize(array) (sizeof(array)/sizeof(array[0]))