From: dontmailme AT iname DOT com (Steamer) Newsgroups: comp.os.msdos.djgpp Subject: Re: calculating size (like sizeof in TurboC++) Date: Sat, 17 Jun 2000 15:45:05 GMT Organization: always disorganized Lines: 9 Message-ID: <394b9cf7.28761113@news.freeserve.net> References: NNTP-Posting-Host: modem-33.gold-spangled.dialup.pol.co.uk 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.