BSD-stat

 view release on metacpan or  search on metacpan

stat.xs  view on Meta::CPAN

 *
 * Perl prior to 5.6.0 lacks PERL_API_VERSION macro so we use it
 * to tell the difference
 */

#ifndef PERL_API_VERSION
#define newSVuv newSViv
#endif

static int
not_here(char *s)
{
    croak("%s not implemented on this architecture", s);
    return -1;
}

static int
setbang(int err)
{
    SV* bang = perl_get_sv("!", 1);
    if (err){



( run in 0.366 second using v1.01-cache-2.11-cpan-26ccb49234f )