From fbe13c605d92f73c90ff4702b76a97c5e12927a7 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 23 Apr 2015 18:33:15 -0600 Subject: perlapi, perlintern: Add L<> links to pod --- handy.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'handy.h') diff --git a/handy.h b/handy.h index 248b685d64..ee1687e991 100644 --- a/handy.h +++ b/handy.h @@ -1812,13 +1812,13 @@ there for use in XS modules supporting older perls. =for apidoc Am|void|Newxc|void* ptr|int nitems|type|cast The XSUB-writer's interface to the C C function, with -cast. See also C. +cast. See also C>. Memory obtained by this should B be freed with L<"Safefree">. =for apidoc Am|void|Newxz|void* ptr|int nitems|type The XSUB-writer's interface to the C C function. The allocated -memory is zeroed with C. See also C. +memory is zeroed with C. See also C>. Memory obtained by this should B be freed with L<"Safefree">. @@ -1841,7 +1841,7 @@ This should B be used on memory obtained using L<"Newx"> and friends. =for apidoc Am|void|Move|void* src|void* dest|int nitems|type The XSUB-writer's interface to the C C function. The C is the source, C is the destination, C is the number of items, and -C is the type. Can do overlapping moves. See also C. +C is the type. Can do overlapping moves. See also C>. =for apidoc Am|void *|MoveD|void* src|void* dest|int nitems|type Like C but returns dest. Useful @@ -1851,7 +1851,7 @@ optimise. =for apidoc Am|void|Copy|void* src|void* dest|int nitems|type The XSUB-writer's interface to the C C function. The C is the source, C is the destination, C is the number of items, and -C is the type. May fail on overlapping copies. See also C. +C is the type. May fail on overlapping copies. See also C>. =for apidoc Am|void *|CopyD|void* src|void* dest|int nitems|type -- cgit v1.2.1