diff options
author | Karl Williamson <khw@cpan.org> | 2017-10-31 12:11:12 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-11-06 12:50:05 -0700 |
commit | bdb7e3f0f6e41516d2c50d43e5f3f1373db014b0 (patch) | |
tree | e4df1a5eaccf25e2de3d8efc81351ab65659f79a /pp.c | |
parent | f55ac4a45513e50ae06769ee748ea079c9577a7f (diff) | |
download | perl-bdb7e3f0f6e41516d2c50d43e5f3f1373db014b0.tar.gz |
Add memBEGINs(), memENDs() and use them in APItest
memBEGINs() is like strBEGINs(), but can be used for buffers without
trailing NULs. It can also be used when there is a trailing NUL, and
the length is known, as it should be somewhat faster, only having to
check for one ending condition.
Same for memENDs vs strENDs
Diffstat (limited to 'pp.c')
0 files changed, 0 insertions, 0 deletions