add isl_printer_print_*_list
[isl.git] / isl_list.c
blobc6aeffc3c8a5bb930a50b026e1adaa1aa8132b92
1 /*
2 * Copyright 2008-2009 Katholieke Universiteit Leuven
4 * Use of this software is governed by the GNU LGPLv2.1 license
6 * Written by Sven Verdoolaege, K.U.Leuven, Departement
7 * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium
8 */
10 #include <isl_list_private.h>
11 #include <isl/set.h>
13 #undef BASE
14 #define BASE basic_set
16 #include <isl_list_templ.c>
18 #undef BASE
19 #define BASE set
21 #include <isl_list_templ.c>