tree2scop.c: scop_from_affine_for: introduce is_non_affine variable
[pet.git] / print.h
blobd4ee3040dd0fa7e1fe0db1a0b2d38cbb76324fe8
1 #ifndef PET_PRINT_H
2 #define PET_PRINT_H
4 #if defined(__cplusplus)
5 extern "C" {
6 #endif
8 int copy(FILE *input, FILE *output, long start, long end);
10 #if defined(__cplusplus)
12 #endif
14 #endif