From e613617cd28e5ec6a6555339c1300e9fbdbde425 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 23 May 2017 20:54:06 -0600 Subject: [PATCH] perlguts: Add some C<> --- pod/perlguts.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 2da946c..56eee93 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -56,7 +56,7 @@ The seven routines are: SV* newSVpvf(const char*, ...); SV* newSVsv(SV*); -C is an integer type (Size_t, usually defined as size_t in +C is an integer type (C, usually defined as C in F) guaranteed to be large enough to represent the size of any string that perl can handle. @@ -2675,7 +2675,7 @@ whatever the compiler has. If you are printing addresses of pointers, use UVxf combined with PTR2UV(), do not use %lx or %p. -=head2 Formatted Printing of Size_t and SSize_t +=head2 Formatted Printing of C and C The most general way to do this is to cast them to a UV or IV, and print as in the -- 1.8.3.1