#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);