Xref: utzoo comp.sys.mac.programmer:16591 comp.sys.apple2:4449 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!samsung!usc!apple!dlyons From: dlyons@Apple.COM (David A. Lyons) Newsgroups: comp.sys.mac.programmer,comp.sys.apple2 Subject: Re: Q: MPW IIGS C 1.0.1 type sizes Keywords: C, MPW, GS Message-ID: <43828@apple.Apple.COM> Date: 10 Aug 90 02:40:27 GMT References: <734@dg.dg.com> Organization: Apple Computer Inc, Cupertino, CA Lines: 17 In article <734@dg.dg.com> bkahn@archive.rtp.dg.com (Bruce Kahn) writes: (How big are all of the MPW IIgs C data types?) The compiler will tell you! Run a program like this: printf("Size of char = %d\n", sizeof(char)); printf("Size of unsigned char = %d\n", sizeof(unsigned char)); ... -- David A. Lyons, Apple Computer, Inc. | DAL Systems Apple II Developer Technical Support | P.O. Box 875 America Online: Dave Lyons | Cupertino, CA 95015-0875 GEnie: D.LYONS2 or DAVE.LYONS CompuServe: 72177,3233 Internet/BITNET: dlyons@apple.com UUCP: ...!ames!apple!dlyons My opinions are my own, not Apple's.