Xref: utzoo comp.sys.mac.programmer:16556 comp.sys.apple2:4402 Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!dg!archive!bkahn From: bkahn@archive.rtp.dg.com (Bruce Kahn) Newsgroups: comp.sys.mac.programmer,comp.sys.apple2 Subject: Q: MPW IIGS C 1.0.1 type sizes Keywords: C, MPW, GS Message-ID: <734@dg.dg.com> Date: 8 Aug 90 20:31:56 GMT Sender: root@dg.dg.com Reply-To: bkahn@archive.rtp.dg.com (Bruce Kahn) Organization: Data General Corporation, Westboro, MA Lines: 32 Ok, I appreciate all the help that many of you gave me on my last type query so Im asking another easy question. I have MPW IIGS C 1.0.1 and want to know the type sizes for all possible C types (table at bottom) under MPW IIGS C. They are not listed in the manual (that I can find) and Apple (DTS) wont answer my questions ("Why dont you post on the network?" where 'the network' is AppleLink; I will once my SE/30 is unpacked and my modem found). I have some code Im trying to write for my Mac and Apple IIGS but its somewhat picky about the sizings of some variables (assumptions mostly). Would some kind sould pls fill in the table below and either email it to me or post it to the list? Thanks. Bruce (bkahn@archive.rtp.dg.com) Types: # of bytes Range of values un/signed char char un/signed int int un/signed short short un/signed long long float long float double long double enum single extended pointers (Ctype *) comp