cpu.c: get_output_file: handle input file names without extension
[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