Authen-OPIE

 view release on metacpan or  search on metacpan

OPIE.xs  view on Meta::CPAN

#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"

#include "opie.h"

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

static double
constant(char *name, int arg)
{
    errno = ENOENT;
    return 0;



( run in 0.343 second using v1.01-cache-2.11-cpan-0a987023a57 )