From d615fdf3d64ed0c02765ca4c94f1f0fabc05b048 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 18 Aug 2024 10:07:45 +0200 Subject: Add @since for definitions added in version 1.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libsimple/array.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libsimple/array.h b/libsimple/array.h index ae347f9..8300f0a 100644 --- a/libsimple/array.h +++ b/libsimple/array.h @@ -192,12 +192,14 @@ #endif +/* @since 1.5 */ #define libsimple_arrayfill(buf, item) libsimple_memsetelem(buf, item, sizeof *(buf), sizeof (buf) / sizeof *(buf)) #ifndef arrayfill # define arrayfill(...) libsimple_arrayfill(__VA_ARGS__) #endif +/* @since 1.5 */ #define libsimple_arraynull(buf) libsimple_memsetelem(buf, (void *)0, sizeof *(buf), sizeof (buf) / sizeof *(buf)) #ifndef arraynull # define arraynull(...) libsimple_arraynull(__VA_ARGS__) -- cgit v1.2.3-70-g09d2