SV* C (SV* param) { Inline_Stack_Vars; int i = atoi(SvPV(Inline_Stack_Item(0), PL_na)); return newSVpvf("%i",i); Inline_Stack_Void; }