diff options
author | Karl Williamson <khw@cpan.org> | 2019-08-04 18:21:11 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-09-02 21:52:10 -0600 |
commit | 022f6832fbfd92fe11f107f3683107b91ef9b07c (patch) | |
tree | 1574c3f13eed6fcf0b72f2a117f986666a433ab9 /XSUB.h | |
parent | a349b73b665112e0d7d3ff862f10d96dd445fca0 (diff) | |
download | perl-022f6832fbfd92fe11f107f3683107b91ef9b07c.tar.gz |
perlapi: Document XST_mUV
This one was missing from the set
Diffstat (limited to 'XSUB.h')
-rw-r--r-- | XSUB.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |