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 {