Deutsch   English   Français   Italiano  
<87jzhyt1y1.fsf@nosuchdomain.example.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Keith Thompson <Keith.S.Thompson+u@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: technology discussion =?utf-8?Q?=E2=86=92?= does the world need
 a "new" C ?
Date: Sat, 06 Jul 2024 18:39:50 -0700
Organization: None to speak of
Lines: 21
Message-ID: <87jzhyt1y1.fsf@nosuchdomain.example.com>
References: <v66eci$2qeee$1@dont-email.me> <v67gt1$2vq6a$2@dont-email.me>
	<v687h2$36i6p$1@dont-email.me> <v68sjv$3a7lb$1@dont-email.me>
	<v6a76q$3gqkm$6@dont-email.me> <v6b2av$3ofef$1@dont-email.me>
	<874j92unoq.fsf@nosuchdomain.example.com>
	<v6cntt$11rg$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Sun, 07 Jul 2024 03:39:51 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="31bef4326a7de5d231f958bc2ab73da5";
	logging-data="53694"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19Jf32eaFe62khQA/KB4fIm"
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:ehBOiBtLdYZ/Ls7OTIyb8jBi6j4=
	sha1:1GIdOLcjj4kaFzHTw4dq7waeA3k=
Bytes: 1953

bart <bc@freeuk.com> writes:
[...]
> There's no 'byte' type. There's an odd selection of *5* char, short,
> int, long and long long types which cover the *4* 8/16/32/64 bit
> sizes.

You're right, there's no type named "byte".  Nobody said there was.
You wrote that "C didn't define a 'byte' at all.".  You were wrong.
C defines the word "byte" and uses it extensively.

[...]

> My point was that this evolution was apparent at least 40 years ago.

And there are still C implementations with CHAR_BIT > 8, mostly for
DSPs.  Please feel free to ignore them, but don't ask everyone else to
pretend they don't exist.

-- 
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */