diff options
author | Shlomi Fish <shlomif@iglu.org.il> | 2010-05-15 21:44:58 +0300 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2010-05-25 12:15:01 -0400 |
commit | 31bde0acd044dc2a6e4ccd40fa4660a6009fcb9d (patch) | |
tree | 046a68805ddb72d04f8217087173bc7b37a8e80d /av.c | |
parent | 683d9ad15a8b09b17249f2efd39d10a9a251cd95 (diff) | |
download | perl-31bde0acd044dc2a6e4ccd40fa4660a6009fcb9d.tar.gz |
Add the Perl equivalent example to av_clear.
Signed-off-by: David Golden <dagolden@cpan.org>
Diffstat (limited to 'av.c')
-rw-r--r-- | av.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -415,7 +415,7 @@ Perl_av_make(pTHX_ register I32 size, register SV **strp) =for apidoc av_clear Clears an array, making it empty. Does not free the memory used by the -array itself. +array itself. Perl equivalent: C<@myarray = ();>. =cut */ |