From owner-freebsd-hackers@FreeBSD.ORG Tue Jun 30 17:41:45 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 083F41065670 for ; Tue, 30 Jun 2009 17:41:45 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 81E5B8FC16 for ; Tue, 30 Jun 2009 17:41:44 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: by bwz12 with SMTP id 12so282521bwz.43 for ; Tue, 30 Jun 2009 10:41:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to:cc :content-type:content-transfer-encoding; bh=j1olM7XlHRbLjCNT52IXfVtsOIl8MloG6+CWS52Ya90=; b=eKYsNNhvSfD8iwLkTM8ns+a+Uo+krwB7K6VpQn3eNefz+NzZW2mXVmx8I8NHWRla6J 7AqTDgl+ejR9O9IrcHDkwGInEihvBn5xcKDZE//ZXJp5BkIAja+Wf4wOWdM2PXhuOX22 8M3Pl7SclC580+1/0TMyT1j6ENvtmtm+wk9PQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=rT+VE8FKXvqDW8CyzfhH0UTyrF4hPWohUeBdjldusYEvB+RmtLi1TSou2qlmxVq3bM qiN5RIA8MpFiO2nYam2EZdTL8lahKZ39cJDYT8HP7M5dNbk4DszxPyqOriGUGzySWLuO 7BAy/B00qrFOGJywndHdBzEluPDfQXpz5BWWs= MIME-Version: 1.0 Sender: mozolevsky@gmail.com Received: by 10.204.60.135 with SMTP id p7mr5157215bkh.83.1246382232750; Tue, 30 Jun 2009 10:17:12 -0700 (PDT) In-Reply-To: References: <1246380570.2437.219.camel@strangepork.london.mintel.ad> From: Igor Mozolevsky Date: Tue, 30 Jun 2009 18:16:49 +0100 X-Google-Sender-Auth: 5d40e3d7a41eb0af Message-ID: To: Alexander Best Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Tom Evans , freebsd-hackers@freebsd.org Subject: Re: c question: *printf'ing arrays X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2009 17:41:45 -0000 2009/6/30 Alexander Best : > thanks. but that simply dumps the contents of the struct to stdout. but since > most of the struct's contents aren't ascii the output isn't really of much > use. How about ./your-program | hexdump ? -- Igor