NNTP-Posting-Host: modem-33.gold-spangled.dialup.pol.co.uk Newsgroups: comp.os.msdos.djgpp Date: Sat, 17 Jun 2000 11:45:05 -0400 Message-ID: <642A954DD517D411B20C00508BCF23B0012B16CF@mail.sauder.com> From: dontmailme AT iname DOT com (Steamer) Subject: Re: calculating size (like sizeof in TurboC++) Organization: always disorganized Lines: 9 References: X-Trace: news6.svr.pol.co.uk 961256705 1518 62.137.18.33 (17 Jun 2000 15:45:05 GMT) NNTP-Posting-Date: 17 Jun 2000 15:45:05 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Kurt Aistinger wrote: > I recently started programming with djgpp+allegro and now I'd like to know > what function djgpp provides for calculating the size of a variable ( like > sizeof()). The sizeof operator is standard C, so DJGPP supports it. S.