repo.or.cz
/
pet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pet_array: explicitly keep track of whether array is innermost
[pet.git]
/
print.h
blob
d4ee3040dd0fa7e1fe0db1a0b2d38cbb76324fe8
1
#ifndef PET_PRINT_H
2
#define PET_PRINT_H
3
4
#if defined(__cplusplus)
5
extern
"C"
{
6
#endif
7
8
int
copy
(
FILE
*
input
,
FILE
*
output
,
long
start
,
long
end
);
9
10
#if defined(__cplusplus)
11
}
12
#endif
13
14
#endif