X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Nirvana" Newsgroups: comp.os.msdos.djgpp Subject: typedef int[10] array_di_integer Lines: 7 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Fri, 8 Mar 2002 17:26:35 +0100 NNTP-Posting-Host: 151.28.35.31 X-Complaints-To: abuse AT libero DOT it X-Trace: twister2.libero.it 1015604398 151.28.35.31 (Fri, 08 Mar 2002 17:19:58 MET) NNTP-Posting-Date: Fri, 08 Mar 2002 17:19:58 MET Organization: [Infostrada] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Can i set a type definition like the one in the subject? The compiler says "Parse error before '[' token" I have to use array of struct (not only integer) as parameters or return values, what should be done? (C only)