From: "Kecskemeti Balazs" Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem with headers (again) Date: Sun, 31 Jan 1999 19:52:11 +0100 Organization: MatavNet Lines: 14 Message-ID: <7928qu$c3o$1@bolka.matav.net> References: <78uq84$h9s$1 AT bolka DOT matav DOT net> <9vEs2.988$Rc1 DOT 163 AT cabot DOT ops DOT attcanada DOT net> NNTP-Posting-Host: ppp142.tiszanet.hu X-Trace: bolka.matav.net 917808798 12408 195.228.98.142 (31 Jan 1999 18:53:18 GMT) X-Complaints-To: abuse AT matav DOT net NNTP-Posting-Date: 31 Jan 1999 18:53:18 GMT X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi! >One question: when you declare variables in your header file, which example do >you use? > >extern char *something; >char *something; > I used the second. Thanks a lot, it works ok now.