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

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