perlapi: Document XST_mUV

This one was missing from the set
This commit is contained in:
Karl Williamson 2019-08-04 18:21:11 -06:00
parent a349b73b66
commit 022f6832fb

4
XSUB.h
View File

@ -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.