Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.wizards Subject: Re: Size of SysV "block" (really: byte != 8 bits) Message-ID: <6199@brl-smoke.ARPA> Date: Wed, 29-Jul-87 21:17:50 EDT Article-I.D.: brl-smok.6199 Posted: Wed Jul 29 21:17:50 1987 Date-Received: Sat, 1-Aug-87 01:05:47 EDT References: <218@astra.necisa.oz> <142700010@tiger.UUCP> <2792@phri.UUCP> <857@bsu-cs.UUCP> <811@haddock.ISC.COM> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 9 Re: memcpy() etc. It also is not yet settled whether the mem* functions are to handle (char)s or some other type of object representing bytes, e.g. (short char)s. At the moment the C language does not distinguish between a byte and a char, although it makes no presumption about the size of a char except that it must be at least 8 bits (it can be larger). The multiple-byte character issue has not yet been decided, unless it happened at the Paris X3J11 meeting in June which I had to miss.