Server IP : 10.254.12.21 / Your IP : 10.254.12.21 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40 System : Linux arit.skru.ac.th 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib64/perl5/bits/ |
Upload File : |
require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&_BITS_BYTESWAP_H)) { die("Never use <bits/byteswap-16.h> directly; include <byteswap.h> instead."); } if(defined(&__GNUC__)) { if((defined(&__GNUC__) ? &__GNUC__ : undef) >= 2) { eval 'sub __bswap_16 { my($x) = @_; eval q(\\"(assembly code)\\"); }' unless defined(&__bswap_16); } else { eval 'sub __bswap_16 { my($x) = @_; eval q(( &__extension__ ({ \'unsigned short int __x\' = ($x); &__bswap_constant_16 ( &__x); }))); }' unless defined(&__bswap_16); } } else { eval 'sub __bswap_16 { my($__bsx) = @_; eval q({ &__bswap_constant_16 ($__bsx); }); }' unless defined(&__bswap_16); } 1;