From owner-freebsd-hackers@FreeBSD.ORG Tue May 3 11:29:58 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9881D16A4CE for ; Tue, 3 May 2005 11:29:58 +0000 (GMT) Received: from sarajevo.pacific.net.sg (sarajevo.pacific.net.sg [203.120.90.134]) by mx1.FreeBSD.org (Postfix) with SMTP id 9489543D2F for ; Tue, 3 May 2005 11:29:57 +0000 (GMT) (envelope-from oceanare@pacific.net.sg) Received: (qmail 7119 invoked from network); 3 May 2005 11:29:51 -0000 Received: from unknown (HELO maxwell2.pacific.net.sg) (203.120.90.192) by sarajevo with SMTP; 3 May 2005 11:29:51 -0000 Received: from [192.168.0.107] ([210.24.122.249]) by maxwell2.pacific.net.sg with ESMTP <20050503112951.ZOGJ1191.maxwell2.pacific.net.sg@[192.168.0.107]>; Tue, 3 May 2005 19:29:51 +0800 Message-ID: <42776096.7000008@pacific.net.sg> Date: Tue, 03 May 2005 19:29:26 +0800 From: Erich Dollansky Organization: oceanare pte ltd User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050415) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pablo Mora References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org Subject: Re: Files in C. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2005 11:29:58 -0000 Hi, Pablo Mora wrote: > I know that this is not the place to consult on programming C. But I > am so enthusiastic in FreeBSD that I want to learn more on the > language C and someday coming to be a small part of which you already To get this a bit in line with FreeBSD: FreeBSD comes with the GNU compiler which also has a C frontend. Just get more information from www.gnu.org for their gcc. Erich