in reply to
CHAR_BIT != 8
printf("%.0f bits\n",log(ord(~"\0")+1)/log(2));
Comment on
Re: CHAR_BIT != 8
Download
Code
In Section
Seekers of Perl Wisdom