On 12/29/22 20:27, John Reiser wrote:

A years-earlier "by-hand" example of related coding in plain-C is
scripts/recordmcount.c  in the source code for Linux kernel.

Yep, functions like htonl have been in use in C for decades.
It is sad to see this standardization to little-endian (e.g. ppc64->ppc64le),
which weakens the ability to code things right because everything works
in the majority of the machines.
I would have personally preferred the world to go to big-endian,
since it makes memory dumps much more readable and int size errors
very fatally evident. Instead, I would expect somebody to soon propose
switching the IP protocol to little endian "because, hey, the rest of the
world is little-endian, right?".

regards. Best

--
   Roberto Ragusa    mail at robertoragusa.it
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to