X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=av.h;h=beb7ea6eb75622172f96079b6199e8460625da4b;hb=b018c34d003835b4efd8ed9f28ccc297d56b7ca7;hp=def66b98d016b8957e940aaac7f58d8e983a5a2d;hpb=2fc34c7bf96cc7eabe6512bbd53abd37c5b6d429;p=p5sagit%2Fp5-mst-13.2.git diff --git a/av.h b/av.h index def66b9..beb7ea6 100644 --- a/av.h +++ b/av.h @@ -1,6 +1,6 @@ /* av.h * - * Copyright (c) 1991-2001, Larry Wall + * Copyright (c) 1991-2002, Larry Wall * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. @@ -46,9 +46,13 @@ struct xpvav { #define AVf_REUSED 4 /* got undeffed--don't turn old memory into SVs now */ /* +=head1 Handy Values + =for apidoc AmU||Nullav Null AV pointer. +=head1 Array Manipulation Functions + =for apidoc Am|int|AvFILL|AV* av Same as C. Deprecated, use C instead.