On Thu, Nov 28, 2024, 12:26 PM David Arnold <davida@pobox.com> wrote:

> On 29 Nov 2024, at 05:11, Edouard Klein <edouardklein@gmail.com> wrote:

<…>

> Additional Features and Functions : The C language has gained new features and functions over the years, such as stdint.h (introduced in C89), which provides integer types with specific widths.

Wasn’t stdint.h a C99 thing?

Yes. It's why FreeBSD has lots of u_int16_t instances in its tree still. 

Warner