struct xpv {
char * xpv_pv; /* pointer to malloced string */
STRLEN xpv_cur; /* length of xpv_pv as a C string */
STRLEN xpv_len; /* allocated size */
};
|
< SvIV code cur vs len > Table of Contents | Page 28 |
YAPC 19101,
June 2001 Perl 5 Internals Simon Cozens |