Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!adm!moss@BRL.ARPA From: moss@BRL.ARPA (Gary S. Moss (SLCBR-VL-V)) Newsgroups: comp.lang.c Subject: Re: Long integers Message-ID: <9294@brl-adm.ARPA> Date: Tue, 15-Sep-87 14:12:54 EDT Article-I.D.: brl-adm.9294 Posted: Tue Sep 15 14:12:54 1987 Date-Received: Thu, 17-Sep-87 05:02:03 EDT Sender: news@brl-adm.ARPA Lines: 8 Tim and Raymond, Thanks for the correction, you're absolutely right, INT is the natural size, LONG being longer on many machines, notably 16-bit ones (It's been a while since I used them). So, %ld is correct to use with PRINTF and LONGs. I must have been thinking of floats, but in any case, I guess I didn't think very much. Sorry for the mistake folks. ~moss