aboutsummaryrefslogtreecommitdiff
path: root/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'list.c')
-rw-r--r--list.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/list.c b/list.c
index 2d08bd5..f85d054 100644
--- a/list.c
+++ b/list.c
@@ -1,3 +1,12 @@
#include "list.h"
LIST_IMPL(Int);
+LIST_IMPL(Bool);
+LIST_IMPL(Long);
+LIST_IMPL(Char);
+LIST_IMPL(UInt);
+LIST_IMPL(ULong);
+LIST_IMPL(Double);
+LIST_IMPL(Float);
+LIST_IMPL(String);
+LIST_IMPL(VoidPtr);