On Wed, Feb 18, 2009 at 7:08 PM, Pablo Manalastas
<prmanalas...@yahoo.com> wrote:
> uintmax_t can't count to 100 billion. But since you have coreutils
> source, you can always recompile a version of wc using type
> long long for total_lines.  Galing talaga ng open source!

doc.. uintmax_t or unsigned max integer on 32 bit hardware is 64 bit
wide (see sizeof(uintmax_t) using stdint.h header)..

therefore 2^64 is 1.8x10^19 which is far greater than 100 billion or
100x10^9 :->

fooler.
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Reply via email to