Skip to content

Commit

Permalink
perlapi: Note that StructCopy is a shallow copy;
Browse files Browse the repository at this point in the history
This is essential information that should be revealed up front.
  • Loading branch information
khwilliamson committed Nov 22, 2023
1 parent f276fe5 commit 846cc44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion handy.h
Expand Up @@ -2688,7 +2688,8 @@ optimise.
=for apidoc_section $utility
=for apidoc Amu|void|StructCopy|type *src|type *dest|type
This is an architecture-independent macro to copy one structure to another.
This is an architecture-independent macro that does a shallow copy of one
structure to another.
=for apidoc Am|void|PoisonWith|void* dest|int nitems|type|U8 byte
Expand Down

0 comments on commit 846cc44

Please sign in to comment.