repo.or.cz
/
ppcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove unused variable
[ppcg.git]
/
rewrite.h
blob
6a0b786a15d6e74748155fcd02c7414b907aa51a
1
#ifndef _REWRITE_H_
2
#define _REWRITE_H_
3
4
#include <stdio.h>
5
6
void
copy_before_scop
(
FILE
*
input
,
FILE
*
output
);
7
void
copy_after_scop
(
FILE
*
input
,
FILE
*
output
);
8
9
#endif