From owner-freebsd-questions Fri May 23 15:19:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA20263 for questions-outgoing; Fri, 23 May 1997 15:19:08 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA20258 for ; Fri, 23 May 1997 15:19:04 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id AAA28447; Sat, 24 May 1997 00:18:52 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199705232218.AAA28447@helbig.informatik.ba-stuttgart.de> Subject: Re: How big is an int? In-Reply-To: from Stephen Hovey at "May 23, 97 04:43:00 pm" To: shovey@buffnet.net (Stephen Hovey) Date: Sat, 24 May 1997 00:18:51 +0200 (MET DST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > 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. 4 Consult /usr/include/machine/limits.h > > Thanx You're welcome Wolfgang > >