From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28614 invoked by alias); 18 Oct 2002 00:06:20 -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 28607 invoked from network); 18 Oct 2002 00:06:19 -0000 Received: from unknown (HELO hotmail.com) (64.4.9.178) by sources.redhat.com with SMTP; 18 Oct 2002 00:06:19 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 17 Oct 2002 17:06:19 -0700 Received: from 65.119.23.6 by lw9fd.law9.hotmail.msn.com with HTTP; Fri, 18 Oct 2002 00:06:19 GMT X-Originating-IP: [65.119.23.6] From: "Nathan ." To: gcc@gcc.gnu.org Bcc: Subject: expalin this syntax pls Date: Thu, 17 Oct 2002 23:32:00 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 18 Oct 2002 00:06:19.0602 (UTC) FILETIME=[2F72AB20:01C2763A] X-SW-Source: 2002-10/txt/msg01082.txt.bz2 Hello All, Is it correct to leave a space in declaring args to following function. This has been cut paste from file /usr/include/netdb.h. Quite surprisingly there is no compilation error but please explain me this novel syntax. All these lines have a space ..looks a space if not some invisible character. plz expalin this anomally. e.g there is a space between __restrict and __name .. ======= from /usr/include/netdb.h =================== extern int gethostbyname_r (__const char *__restrict __name, <<<