in reply to size of scalar returned by POPp in perlEmbed
POPpupdate: so something likePops a string off the stack. Deprecated. New code should provide a STRLEN n_a and use POPpx.
Now n_a contains the length of stringy , and you can do whatever from there.STRLEN n_a; char* stringy; stringy = POPpx;
|
|---|