Date: Tue, 22 Apr 1997 11:34:07 +0800 (WST) From: Adrian Chadd <adrian@staff.psinet.net.au> To: freebsd-hackers@freebsd.org Subject: 64 bit number definitions? Message-ID: <Pine.LNX.3.93.970422111805.5455C-100000@staff.psinet.net.au>
next in thread | raw e-mail | index | archive | help
Hi. Is there anywhere a 64 bit type in C I can get my hands on? (the longest i've seen builtin to the compiler is the unsigned long, but I commonly write more than 4 gigabytes to tape at once). Which reminds me, freebsd's GNU tar apparently uses an "int" type for tot_written, that doesn't look like it cant count over 32k bytes. Any ideas? Adrian.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.93.970422111805.5455C-100000>