From 8b06473a11484ddc8e27484f879837bdf54d450e Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 29 Apr 2024 20:53:27 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_stdinc.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h index 48812cb173..f079975893 100644 --- a/include/SDL3/SDL_stdinc.h +++ b/include/SDL3/SDL_stdinc.h @@ -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]))