- or download this
(*Perl_IStdIO_ptr(((PerlInterpreter *)Perl_get_context())))
->pStderr((*Perl_IStdIO_ptr((( PerlInterpreter* ) Perl_get_context()))
+))
- or download this
Perl_get_context(void) {
DWORD err = GetLastError();
...
SetLastError(err);
return result;
}
- or download this
FILE*
PerlStdIOStderr(struct IPerlStdIO* piPerl)
{
return win32_stderr();
}
- or download this
DllExport FILE *
win32_stderr(void)
{
return (stderr);
}
- or download this
win32_stderr(void){
return ((&_iob[2]));
}