Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / 5.8.0 / bytes_heavy.pl
package bytes;
sub length ($) {
BEGIN { bytes::import() }
return CORE::length($_[0]);
}
1;