Hi,
What’s the right way to check the endianess(big/little endian) of the
machine
on which the ruby code run?
Thanks
Jan
Hi,
What’s the right way to check the endianess(big/little endian) of the
machine
on which the ruby code run?
Thanks
Jan
Hi,
2008/12/19 Xie H. [email protected]:
Hi,
What’s the right way to check the endianess(big/little endian) of the machine
on which the ruby code run?
[1].pack(‘S’)[0]==1 ? ‘little’ : ‘big’
Regards,
Park H.
Hi,
2008/12/19 Xie H. [email protected]:
Hi,
What’s the right way to check the endianess(big/little endian) of the machine
on which the ruby code run?[1].pack(‘S’)[0]==1 ? ‘little’ : ‘big’
cool thanks
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs