Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262181AbTHYT1X (ORCPT ); Mon, 25 Aug 2003 15:27:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262228AbTHYT1X (ORCPT ); Mon, 25 Aug 2003 15:27:23 -0400 Received: from pub234.cambridge.redhat.com ([213.86.99.234]:23556 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id S262181AbTHYT1W (ORCPT ); Mon, 25 Aug 2003 15:27:22 -0400 Date: Mon, 25 Aug 2003 20:27:21 +0100 From: Christoph Hellwig To: linux-kernel@vger.kernel.org Subject: Re: [OT] sizeof C types ... Message-ID: <20030825202721.A10828@infradead.org> Mail-Followup-To: Christoph Hellwig , linux-kernel@vger.kernel.org References: <20030825191339.GA28525@www.13thfloor.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030825191339.GA28525@www.13thfloor.at>; from herbert@13thfloor.at on Mon, Aug 25, 2003 at 09:13:39PM +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 415 Lines: 29 > char, 8 bits > short, 16 bits > int, 32 bits > long, either 32 or 64 bits > long int, dito. long is just the short form of long int > long long, ... 64 bits - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/