From owner-freebsd-questions@FreeBSD.ORG Mon Oct 19 02:16:29 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1FF71065670 for ; Mon, 19 Oct 2009 02:16:29 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-fx0-f210.google.com (mail-fx0-f210.google.com [209.85.220.210]) by mx1.freebsd.org (Postfix) with ESMTP id 59FD38FC17 for ; Mon, 19 Oct 2009 02:16:28 +0000 (UTC) Received: by fxm6 with SMTP id 6so4301173fxm.43 for ; Sun, 18 Oct 2009 19:16:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=mxd/OQH6jICO+WZNL2it39/+QWVncAi1PBiz9VbEZ1c=; b=bfMgWx3PdGGSZb8LElhWdumzhKxaW+otN6eZfK/y66GGg0HK5jezvM0CijiD6dOTo5 KReZLf/khD8S2IcYybnC9iag+BziV5Gl9MtxYsJ//JmSW7Kbq/2o9tg4thg9ZoxCUWL5 tb1DZWe73cp8ZBmTkqFsSo2DMJa0VOF+q3oXY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=TWDhKlk4hd6XEf69iLQavqSK6MzkAoMIr6tTN1a6smJ8lvs1Tho0ody8adnAAhHqN+ anQsWfgbX3kVR1pwSNK1rqaKU93ICTLkd5ww0FfMeSjh4lYj8H/T9HPCM5FLtLAz6QYk 7/bRqPcdQpnrE+e6riZwnhBnHiz95LdOj4yhc= MIME-Version: 1.0 Received: by 10.223.143.79 with SMTP id t15mr853102fau.2.1255918588222; Sun, 18 Oct 2009 19:16:28 -0700 (PDT) In-Reply-To: <20091019040229.b4e11bbc.freebsd@edvax.de> References: <20091019013337.GA9522@thought.org> <20091019040229.b4e11bbc.freebsd@edvax.de> Date: Sun, 18 Oct 2009 22:16:28 -0400 Message-ID: <4ad871310910181916q655dec06k72b1e7577751751e@mail.gmail.com> From: Glen Barber To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Mailing List Subject: Re: need C help, passing char buffer[] by-value.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2009 02:16:29 -0000 On Sun, Oct 18, 2009 at 10:02 PM, Polytropon wrote: [snip] > >> // redo, skip TAGS > > Is this C or C++ source code? I always thought // was C++ > specific... > "//" comments are recognized by both C and C++. -- Glen Barber