- or download this
int
MyLib::strToInt(passfailSV)
...
SvSetMagicSV(passfailSV, passfail ? &PL_sv_yes : &PL_sv_no);
OUTPUT:
RETVAL
- or download this
T_BOOL
$arg = boolSV($var);
- or download this
/*
=for apidoc Am|SV *|boolSV|bool b
...
*/
#define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no)