Re: portable way to get highest bit set?
Ben Bacarisse <[email protected]> Wed, 11 Oct 2023 17:20:56 +0100
| Newsgroups | comp.lang.c,alt.comp.lang.c |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
David Brown <[email protected]> writes: > Endianness should not be an issue. The question is about values, and > values don't have endianness. Only storage has endianness. But solutions could use the byte representation and endianness would then come into it. -- Ben.