in reply to Re: Calling builtin functions from Inline::C
in thread Calling builtin functions from Inline::C

Ok, so if I use PerlIO_read() (the matching PerlIO call) that respects perlish filehandles where really they might be tied things, objects, actual filehandles, handles to *DATA, or other odd things? Or if I want to handle all the magic correctly do I just need to have a wrapper function like sub read { CORE::read( ... ) }?