From 659239a4cd11b2ba8db82db8b10f3ce574b1b819 Mon Sep 17 00:00:00 2001 From: Mike Guy Date: Thu, 3 Aug 2000 15:43:09 +0100 Subject: [PATCH] sv.h documentation - SvLEN Message-Id: p4raw-id: //depot/perl@6507 --- sv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.7.4