#ifndef ISL_LIST_H
#define ISL_LIST_H
#include <isl/ctx.h>
#include <isl/printer_type.h>
#if defined(__cplusplus)
extern "C" {
#endif
#define ISL_DECLARE_LIST_TYPE2(EL,EXPORT) …
#define ISL_DECLARE_LIST_TYPE(EL) …
#define ISL_DECLARE_EXPORTED_LIST_TYPE(EL) …
#define ISL_DECLARE_LIST_FN3(EL,CONSTRUCTOR,EXPORT) …
#define ISL_DECLARE_LIST_FN(EL) …
#define ISL_DECLARE_EXPORTED_LIST_FN(EL) …
#define ISL_DECLARE_LIST_FN_READ2(EL,CONSTRUCTOR) …
#define ISL_DECLARE_LIST_FN_READ(EL) …
#define ISL_DECLARE_EXPORTED_LIST_FN_READ(EL) …
#define ISL_DECLARE_LIST(EL) …
#define ISL_DECLARE_EXPORTED_LIST(EL) …
#if defined(__cplusplus)
}
#endif
#endif