projects
/
imager.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
use PerlIO_* calls to read/write if supplied a fh
[imager.git]
/
imperlio.h
1
#ifndef IMAGER_IMPERLIO_H
2
#define IMAGER_IMPERLIO_H
3
4
extern i_io_glue_t *
5
im_io_new_perlio(pTHX_ PerlIO *handle);
6
7
#endif