Skip to content

Commit 6a14037

Browse files
committed
Add documentation for SAVESTRLEN macro
1 parent 1671346 commit 6a14037

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pod/perlguts.pod

+3
Original file line numberDiff line numberDiff line change
@@ -1732,6 +1732,8 @@ Inside such a I<pseudo-block> the following service is available:
17321732

17331733
=item C<SAVEBOOL(int i)>
17341734

1735+
=item C<SAVESTRLEN(STRLEN i)>
1736+
17351737
These macros arrange things to restore the value of integer variable
17361738
C<i> at the end of the enclosing I<pseudo-block>.
17371739

@@ -1743,6 +1745,7 @@ C<i> at the end of the enclosing I<pseudo-block>.
17431745
=for apidoc Amh||SAVEI8|I8 i
17441746
=for apidoc Amh||SAVEI16|I16 i
17451747
=for apidoc Amh||SAVEBOOL|bool i
1748+
=for apidoc Amh||SAVESTRLEN|STRLEN i
17461749

17471750
=item C<SAVESPTR(s)>
17481751

0 commit comments

Comments
 (0)