Thanks, betterworld and Joost.
Right now to return undef I'm saying:
return (SV *) &PL_sv_undef;and to return false I'm saying:
return newSViv(0);are these correct? Again, is there a better way to do that?
In reply to Re^2: Propagating errors in C code to Perl
by missingthepoint
in thread Propagating errors in C code to Perl
by missingthepoint
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |