From: Shlomi Fish Date: Mon, 24 May 2010 20:40:48 +0000 (+0300) Subject: Add the perl equivalent for av_make. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=775f1d61966fb2c5300c9c08fa931980430ed0da;p=p5sagit%2Fp5-mst-13.2.git Add the perl equivalent for av_make. Signed-off-by: David Golden --- diff --git a/av.c b/av.c index de57aac..219870c 100644 --- a/av.c +++ b/av.c @@ -379,6 +379,8 @@ Creates a new AV and populates it with a list of SVs. The SVs are copied into the array, so they may be freed after the call to av_make. The new AV will have a reference count of 1. +Perl equivalent: C + =cut */