From: ovek AT arcticnet DOT no (Ove Kaaven) Newsgroups: comp.os.msdos.djgpp Subject: Re: Some comments and questions Date: Sun, 26 Oct 1997 05:40:59 GMT Organization: Vplan Programvare AS Lines: 9 Message-ID: <62vnil$1sr$1@troll.powertech.no> References: <199710220553 DOT SAA21269 AT atlantis DOT actrix DOT gen DOT nz> <62ovu9$d9v$1 AT news DOT ox DOT ac DOT uk> <62vei4$sm7$2 AT troll DOT powertech DOT no> NNTP-Posting-Host: alwayscold.darkness.arcticnet.no To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk ovek AT arcticnet DOT no (Ove Kaaven) wrote: >#define psize(a) printf("Size of %s %d\n",#a,a); um... I mean #define psize(a) printf("Size of %s: %d\n",#a,sizeof(a));