aboutsummaryrefslogtreecommitdiff
path: root/linked_list.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-02-10 00:47:02 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-02-10 00:53:24 +0100
commitf8cfe5e8806cfd84dc83714e495b58890ef4bb02 (patch)
treed154ea27de49e169817263d2a28f097e67760e22 /linked_list.h
parentAdd param field to content_line. (diff)
downloadcalp-f8cfe5e8806cfd84dc83714e495b58890ef4bb02.tar.gz
calp-f8cfe5e8806cfd84dc83714e495b58890ef4bb02.tar.xz
Add formatting macros.
Diffstat (limited to 'linked_list.h')
-rw-r--r--linked_list.h2
1 files changed, 2 insertions, 0 deletions
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