X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Grizlyk" Newsgroups: comp.os.msdos.djgpp Subject: cdecl error Date: Fri, 23 Feb 2007 05:17:27 +0300 Organization: Aioe.org NNTP Server Lines: 13 Message-ID: NNTP-Posting-Host: qTttQU+6pdVrfN5Gd8kBKA.user.aioe.org X-Complaints-To: abuse AT aioe DOT org X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-Priority: 3 X-MSMail-Priority: Normal To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello. What is it, why "cdelc" reserve the word "ptr"? cdecl> explain int (*ptr)[40]; parse error cdecl> explain int (*pt)[40]; declare pt as pointer to array 40 of int -- Maksim A. Polyanin