Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: net.lang.c Subject: Re: Yet another ALIGN idea. Message-ID: <1837@brl-smoke.ARPA> Date: Mon, 30-Jun-86 16:30:55 EDT Article-I.D.: brl-smok.1837 Posted: Mon Jun 30 16:30:55 1986 Date-Received: Tue, 1-Jul-86 03:54:41 EDT References: <1986Jun29.15:39:38.4762@utcs.uucp> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 10 In article <1986Jun29.15:39:38.4762@utcs.uucp> flaps@utcs.uucp (Alan J Rosenthal) writes: >Which reminds me, is sizeof(char) always = 1 yet? I mean, is it guaranteed? sizeof(char) is indeed supposed to be 1 as things now stand. However, this may need to be reconsidered. The meaning of "char" is currently overloaded, which doesn't much matter until one gets into multi-byte character representations. I'm hoping to work up a complete discussion and a number of specific proposals in a paper for X3J11 as soon as I can find the time.