This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document my_setenv()
[perl5.git] / XSUB.h
diff --git a/XSUB.h b/XSUB.h
index 1a497c2..94e9dad 100644 (file)
--- a/XSUB.h
+++ b/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.