mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
perlapi: Document XST_mUV
This one was missing from the set
This commit is contained in:
parent
a349b73b66
commit
022f6832fb
4
XSUB.h
4
XSUB.h
@ -217,6 +217,10 @@ is stored in a new mortal SV.
|
||||
Place a copy of a string into the specified position C<pos> on the stack.
|
||||
The value is stored in a new mortal SV.
|
||||
|
||||
=for apidoc Am|void|XST_mUV|int pos|UV uv
|
||||
Place an unsigned integer into the specified position C<pos> on the stack. The
|
||||
value is stored in a new mortal SV.
|
||||
|
||||
=for apidoc Am|void|XST_mNO|int pos
|
||||
Place C<&PL_sv_no> into the specified position C<pos> on the
|
||||
stack.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user