created WHY2_LIST_EMPTY macro

This commit is contained in:
Václav Šmejkal 2023-04-13 16:44:54 +02:00
parent cec94db537
commit 189d438a18
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -19,6 +19,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#ifndef WHY2_LLIST_H
#define WHY2_LLIST_H
//MACROS
#define WHY2_LIST_EMPTY { NULL }
//TYPEDEFS
typedef struct _why2_node
{