golden hour
/lib64/perl5/bits
⬆️ Go Up
Upload
File/Folder
Size
Actions
ioctl-types.ph
1.72 KB
Del
OK
ioctls.ph
3.74 KB
Del
OK
long-double.ph
169 B
Del
OK
syscall.ph
77.17 KB
Del
OK
timesize.ph
262 B
Del
OK
wordsize.ph
743 B
Del
OK
Edit: timesize.ph
require '_h2ph_pre.ph'; no warnings qw(redefine misc); if(defined (&__x86_64__) && defined (&__ILP32__)) { eval 'sub __TIMESIZE () {64;}' unless defined(&__TIMESIZE); } else { eval 'sub __TIMESIZE () { &__WORDSIZE;}' unless defined(&__TIMESIZE); } 1;
Save