strlen(foo) rather than strchr(foo, 0) makes simpler code, and is
authorNicholas Clark <nick@ccl4.org>
Fri, 19 May 2006 16:31:35 +0000 (16:31 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 19 May 2006 16:31:35 +0000 (16:31 +0000)
commitf8225f8afdb4886e3a792f44a7d91c93463cbb78
tree2272a03502de2c05ba97991adc1d472a604f67b3
parent7d2b122293d1fdebed97dd499efd7866991df533
strlen(foo) rather than strchr(foo, 0) makes simpler code, and is
likely to be a more efficient implementation.

p4raw-id: //depot/perl@28236
perlio.c