Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!decwrl!pyramid!pesnta!amd!amdcad!lll-crg!topaz!bentley!kwh From: kwh@bentley.UUCP (KW Heuer) Newsgroups: net.lang.c Subject: Re: weird C behavior Message-ID: <658@bentley.UUCP> Date: Mon, 24-Mar-86 10:16:16 EST Article-I.D.: bentley.658 Posted: Mon Mar 24 10:16:16 1986 Date-Received: Wed, 26-Mar-86 04:22:02 EST References: <557@utastro.UUCP>, <3090013@csd2.UUCP> Organization: AT&T Bell Laboratories, Liberty Corner Lines: 6 In article <3090013@csd2.UUCP> csd2!dube (Tom Dube) writes: >The numbers look the same when you print them because >you are also forcing BIG into an integer with the format %d. Try >printing both numbers with %ld. But if you do, remember to cast the corresponding argument into (long).