From: Mike Guy Date: Thu, 3 Aug 2000 14:43:09 +0000 (+0100) Subject: sv.h documentation - SvLEN X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=659239a4cd11b2ba8db82db8b10f3ce574b1b819;p=p5sagit%2Fp5-mst-13.2.git sv.h documentation - SvLEN Message-Id: p4raw-id: //depot/perl@6507 --- diff --git a/sv.h b/sv.h index c670f80..6625730 100644 --- a/sv.h +++ b/sv.h @@ -505,7 +505,8 @@ string. Returns the length of the string which is in the SV. See C. =for apidoc Am|STRLEN|SvLEN|SV* sv -Returns the size of the string buffer in the SV. See C. +Returns the size of the string buffer in the SV, not including any part +attributable to C. See C. =for apidoc Am|char*|SvEND|SV* sv Returns a pointer to the last character in the string which is in the SV.