Polly 19.0.0git
printer_type.h
Go to the documentation of this file.
1#ifndef ISL_PRINTER_TYPE_H
2#define ISL_PRINTER_TYPE_H
3
4#if defined(__cplusplus)
5extern "C" {
6#endif
7
8struct isl_printer;
9typedef struct isl_printer isl_printer;
10
11#if defined(__cplusplus)
12}
13#endif
14
15#endif