From 189d438a18291740104d0d64d9538ba4004d833e Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 13 Apr 2023 16:44:54 +0200 Subject: [PATCH] created WHY2_LIST_EMPTY macro --- include/llist.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/llist.h b/include/llist.h index 117b849..9c3a5c0 100644 --- a/include/llist.h +++ b/include/llist.h @@ -19,6 +19,9 @@ along with this program. If not, see . #ifndef WHY2_LLIST_H #define WHY2_LLIST_H +//MACROS +#define WHY2_LIST_EMPTY { NULL } + //TYPEDEFS typedef struct _why2_node {