[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
htonl: New module.
From: |
Collin Funk |
Subject: |
htonl: New module. |
Date: |
Sat, 10 Aug 2024 17:27:02 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
I've pushed this patch + tests adding htonl, htons, ntohl, ntohs to
arpa/inet.h. I've just named the module 'htonl' since POSIX documents
these functions under that page [1]. Doing a separate for each seems
excessive. It's all just reusing endian.h anyways.
Collin
[1] https://pubs.opengroup.org/onlinepubs/9799919799/functions/htonl.html
0001-htonl-New-module.patch
Description: Text Data
0002-htonl-Add-tests.patch
Description: Text Data
- htonl: New module.,
Collin Funk <=
- Re: htonl: New module., Bruno Haible, 2024/08/11
- Re: htonl: New module., Bruno Haible, 2024/08/11
- Re: htonl: New module., Collin Funk, 2024/08/11
- doc: Update regarding Windows <winsock2.h> functions, Bruno Haible, 2024/08/11
- htonl: Fix link errors on Windows., Collin Funk, 2024/08/11
- Re: htonl: Fix link errors on Windows., Bruno Haible, 2024/08/11
- Re: Android environments, Bruno Haible, 2024/08/11
- Re: Android environments, Collin Funk, 2024/08/11