From owner-freebsd-questions Fri May 23 20:40:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA03730 for questions-outgoing; Fri, 23 May 1997 20:40:10 -0700 (PDT) Received: from iceberg.anchorage.net. (root@iceberg.anchorage.net [207.14.72.150]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id UAA03725 for ; Fri, 23 May 1997 20:40:07 -0700 (PDT) Received: from aak.anchorage.net (ai-133 [207.14.72.133]) by iceberg.anchorage.net. (8.6.11/8.7.3) with SMTP id SAA16693; Fri, 23 May 1997 18:37:04 -0800 Date: Fri, 23 May 1997 19:19:02 -0800 (AKDT) From: Steve Howe X-Sender: abc@aak.anchorage.net To: Stephen Hovey cc: freebsd-questions@FreeBSD.ORG Subject: Re: How big is an int? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 23 May 1997, Stephen Hovey wrote: > > How big is type int on freebsd? 2 bytes? 4? Im trying to figure out > max/min vals and if I need to convert some software I have to longs. > > Thanx main { printf("%i\n", sizeof(int)); } ------------------------------------------------------------------------- Sleep: a sign a caffeine deprivation ... http://www.anchorage.net/~un_x -------------------------------------------------------------------------