Sujet : Re: RP2350 and Pico 2 - things missing
De : jpsa (at) *nospam* cantab.net (John Aldridge)
Groupes : comp.sys.raspberry-piDate : 29. Aug 2024, 18:57:57
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <MPG.413ac6ff5d4635bb9897bd@news.eternal-september.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
User-Agent : MicroPlanet-Gravity/3.0.11 (GRC)
In article <
20240829102839.5bb67af25e568ebabc65ede6@eircom.net>,
steveo@eircom.net says...
On Thu, 29 Aug 2024 09:32:49 +0100
Richard Kettlewell <invalid@invalid.invalid> wrote:
I don?t think I?d fault either decision though the fact that we?ve ended
up with two conventions does make writing/maintaining portable code a
bit more annoying,
Portable code should only rely on the standards not
implementations, some very weird possibilities are legal within the
standard.
Heh, yes. I worked for several years on a machine where a null pointer
wasn't all bits zero, and where char* was a different size to any other
pointer.
-- John