ppcg_scop_from_pet_scop: abort on data dependent conditions
[ppcg.git] / rewrite.h
blob8966775f1e349f1a96ab2b3093bdad965d19ae79
1 #ifndef _REWRITE_H_
2 #define _REWRITE_H_
4 #include <stdio.h>
6 void copy(FILE *input, FILE *output, long start, long end);
8 #endif