mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 07:00:48 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
7bfecacc02
commit
8b06473a11
1 changed files with 3 additions and 2 deletions
|
|
@ -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]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue