This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Use memzero, instead of memset(0)
authorKarl Williamson <khw@cpan.org>
Thu, 15 Apr 2021 15:13:28 +0000 (09:13 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 15 Apr 2021 15:17:22 +0000 (09:17 -0600)
commita16bc7c90b69db2b86100bc193be62d92e1167d4
tree4e0b09679f57f575ea941012e68fc91ca15fe92d
parentb85af0abadb53653ba40bafefa713b7739ea98fa
locale.c: Use memzero, instead of memset(0)

Clearer to use the more direct operation
locale.c