From f8cfe5e8806cfd84dc83714e495b58890ef4bb02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 10 Feb 2019 00:47:02 +0100 Subject: Add formatting macros. --- linked_list.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linked_list.h') diff --git a/linked_list.h b/linked_list.h index c46304cf..35e90d9e 100644 --- a/linked_list.h +++ b/linked_list.h @@ -59,6 +59,8 @@ int RESET(LLIST(TYPE)) ( LLIST(TYPE)* llist ); LLIST(TYPE)* RESOLVE(LLIST(TYPE)) (LLIST(TYPE)* dest, LLIST(TYPE)* new); +FMT_F(LLIST(TYPE)); + /* Iterator */ // #define __BEG_LLIST(v, set) v = (set)->head -- cgit v1.2.3