From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9027 invoked by alias); 18 Oct 2002 00:31:00 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 9005 invoked from network); 18 Oct 2002 00:30:53 -0000 Received: from unknown (HELO mx2.redhat.com) (12.150.115.133) by sources.redhat.com with SMTP; 18 Oct 2002 00:30:53 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id g9I0U7s31230; Thu, 17 Oct 2002 20:30:07 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9I0Uql24784; Thu, 17 Oct 2002 20:30:52 -0400 Received: from tonopah.toronto.redhat.com (tonopah.toronto.redhat.com [172.16.14.91]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g9I0UpD17191; Thu, 17 Oct 2002 17:30:51 -0700 Received: (from wilson@localhost) by tonopah.toronto.redhat.com (8.11.6/8.11.6) id g9I0Um504890; Thu, 17 Oct 2002 20:30:48 -0400 X-Authentication-Warning: tonopah.toronto.redhat.com: wilson set sender to wilson@redhat.com using -f To: "Nathan ." Cc: gcc@gcc.gnu.org Subject: Re: expalin this syntax pls References: From: Jim Wilson Date: Fri, 18 Oct 2002 04:23:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-10/txt/msg01086.txt.bz2 restrict is a new keyword in ISO C99. It is a type qualifier, like const and volatile. See the ISO C99 standard, or see a book that explains the ISO C99 language. This is the current version of the C language. It became a standard in 1999. Jim