#define them to
the I/O mechanism selected at Configure time.
The functions are modeled on those in stdio.h, but parameter order has been ``tidied up a little''.
stdin, stdout, stderr. They are written
to look like ``function calls'' rather than variables because this makes
it easier to make them function calls if platform cannot export data
to loaded modules, or if (say) different ``threads'' might have different
values.
printf(fmt,...) in perl sources.
The fact that such a FILE * has been 'exported' is recorded, and may affect future PerlIO operations on the original PerlIO *.
PerlIO_get_ptr and PerlIO_get_cnt.