We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb05c6 commit abaee7cCopy full SHA for abaee7c
pod/perldelta.pod
@@ -54,6 +54,17 @@ their appearance in Perl release 5.41.7.
54
say "All the numbers are even";
55
}
56
57
+=head2 New C<SvVSTRING> API macro
58
+
59
+A new API macro has been added, which is used to obtain the second string
60
+buffer out of a "vstring" SV, in a manner similar to the C<SvPV> macro which
61
+obtains the regular string buffer out of a regular SV.
62
63
+ STRLEN len;
64
+ const char *vstr_pv = SvVSTRING(sv, vstr_len);
65
66
+See L<perlapi/C<SvVSTRING>>.
67
68
=head1 Security
69
70
XXX Any security-related notices go here. In particular, any security
0 commit comments