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: uses of void Message-ID: <3121@brl-smoke.ARPA> Date: Mon, 18-Aug-86 06:22:50 EDT Article-I.D.: brl-smok.3121 Posted: Mon Aug 18 06:22:50 1986 Date-Received: Tue, 19-Aug-86 03:55:24 EDT References: <277@sdchema.sdchem.UUCP> <86900012@haddock> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 11 In article <86900012@haddock> karl@haddock writes: >The "abstract units" of sizeof() are "char" by definition. (Too many users >have been assuming sizeof(char)==1, so it's official in C++ and ANSI C. Don't be too sure that this won't change by the time of the final X3J11 standard. The internationalization issue has yet to be resolved, and my sense is that the cleanest way to do that will to be to distinguish between the basic data chunk size and a datum that can hold a character representation. I'm sure there will be a lot of sentiment for using chars in both r^oles, even though that would force an incredible amount of kludgery in many places in the practical use of the language..