Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!news.funet.fi!hydra!kreeta!wirzeniu From: wirzeniu@cs.Helsinki.FI (Lars Wirzenius) Newsgroups: comp.lang.c Subject: Re: Style guides and portability Message-ID: <10608@hydra.Helsinki.FI> Date: 14 Jan 91 21:31:04 GMT References: <14824@smoke.brl.mil> <1991Jan13.182655.17672@athena.mit.edu> Sender: news@cs.Helsinki.FI Organization: University of Helsinki, Department of Computer Science Lines: 12 In article <1991Jan13.182655.17672@athena.mit.edu> scs@adam.mit.edu writes: >P.S. The answer to "How do you print something declared with >`int32 bigint;' ?" is that you have to abandon printf in favor of >something you define, like "print32". I find this awkward, and Is there any problem in using printf("%ld", (long) bigint) other than that it's clumsy? Lars Wirzenius wirzeniu@cs.helsinki.fi wirzenius@cc.helsinki.fi