in reply to Re: perlcall for dummies
in thread perlcall for dummies

Good idea: and it's not called. The suggestion of beech get me in the right direction.

Replies are listed 'Best First'.
Re^3: perlcall for dummies
by RMGir (Prior) on Sep 25, 2017 at 17:44 UTC
    That works, but I'm betting that just deleting
    void processKey() { printf("processKey in C\n"); }
    would have worked, too - then your XS 'processKey' would have been called instead of this one.

    Mike