aboutsummaryrefslogtreecommitdiff
path: root/list.c
blob: f85d0546a40febd2b10d312d876ca6ffb1fe7519 (plain)
1
2
3
4
5
6
7
8
9
10
11
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);