README: document how to work around some exactness issues
[ppcg.git] / print.h
blob5803799edc283ad9521bb676aa6347f6b770b6f3
1 #ifndef PRINT_H
2 #define PRINT_H
4 #include "ppcg.h"
6 __isl_give isl_printer *ppcg_start_block(__isl_take isl_printer *p);
7 __isl_give isl_printer *ppcg_end_block(__isl_take isl_printer *p);
9 __isl_give isl_printer *ppcg_print_exposed_declarations(
10 __isl_take isl_printer *p, struct ppcg_scop *scop);
11 __isl_give isl_printer *ppcg_print_hidden_declarations(
12 __isl_take isl_printer *p, struct ppcg_scop *scop);
14 #endif