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. --- trie.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'trie.h') diff --git a/trie.h b/trie.h index 9acbe300..293b4841 100644 --- a/trie.h +++ b/trie.h @@ -51,4 +51,7 @@ int TRIE_DOT_HELP(TYPE) ( TRIE_NODE(TYPE)*, FILE* ); int EMPTY(TRIE(TYPE))(TRIE(TYPE)*); +FMT_F(TRIE_NODE(TYPE)); +FMT_F(TRIE(TYPE)); + #endif /* TYPE */ -- cgit v1.2.3