From: rwaltman AT bellatlantic DOT net (Roberto Waltman) Newsgroups: comp.os.msdos.djgpp Subject: Re: What happened to sizeof()? Date: Fri, 31 Jul 1998 14:15:25 GMT Organization: . Lines: 9 Message-ID: <35c5cd05.5239313@news5.bellatlantic.net> References: <6prao1$kas AT freenet-news DOT carleton DOT ca> <35C142E4 DOT 3BE3 AT cam DOT org> Reply-To: rwaltman AT bellatlantic DOT net NNTP-Posting-Host: client-124-219.bellatlantic.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > Can't seem to call this ANSI C function, what > happend to it under DJGGP? > Sorry for this ignorant question, it should > be there.. It should be there, but sizeof() is *not* a function ! You can not take its address, etc. RW.