ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-Scalar/Scalar.xs
(Generate patch)

Comparing Convert-Scalar/Scalar.xs (file contents):
Revision 1.3 by root, Fri Jul 5 11:44:55 2002 UTC vs.
Revision 1.4 by root, Mon Sep 23 03:42:02 2002 UTC

105UV 105UV
106utf8_length(scalar) 106utf8_length(scalar)
107 SV * scalar 107 SV * scalar
108 PROTOTYPE: $ 108 PROTOTYPE: $
109 CODE: 109 CODE:
110 RETVAL = (UV) sv_len_utf8 (scalar); 110 RETVAL = (UV) utf8_length (SvPV_nolen (scalar), SvEND (scalar));
111 OUTPUT: 111 OUTPUT:
112 RETVAL 112 RETVAL
113 113
114void 114void
115unmagic(scalar, type) 115unmagic(scalar, type)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines