Current Path : /proc/thread-self/root/proc/self/root/lib64/perl5/bits/ |
Current File : //proc/thread-self/root/proc/self/root/lib64/perl5/bits/endian.ph |
require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&_ENDIAN_H)) { die("Never use <bits/endian.h> directly; include <endian.h> instead."); } eval 'sub __BYTE_ORDER () { &__LITTLE_ENDIAN;}' unless defined(&__BYTE_ORDER); 1;