Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site oliveb.UUCP Path: utzoo!watmath!clyde!burl!ulysses!harpo!seismo!hao!hplabs!oliveb!jerry From: jerry@oliveb.UUCP (Jerry Aguirre) Newsgroups: net.lang.c Subject: Re: sizeof problems; negating sizes Message-ID: <348@oliveb.UUCP> Date: Wed, 16-May-84 14:41:01 EDT Article-I.D.: oliveb.348 Posted: Wed May 16 14:41:01 1984 Date-Received: Fri, 18-May-84 07:37:21 EDT References: <4183@ukc.UUCP> Organization: Olivetti ATC, Cupertino, Ca Lines: 9 With regard to: - sizeof(int) Remember that sizeof is unsigned! Negative sizes don't make sense. You should be able to coerce it to a long but the coercion should not sign extend. Jerry Aguirre {hplabs|fortune|ios|tolerant|allegra|tymix}!oliveb!jerry