The following issue has been SUBMITTED.
======================================================================
https://austingroupbugs.net/view.php?id=1800
======================================================================
Reported By: steffen
Assigned To:
======================================================================
Project: Issue 8 drafts
Issue ID: 1800
Category: Base Definitions and Headers
Type: Error
Severity: Editorial
Priority: normal
Status: New
Name: steffen
Organization:
User Reference:
Section: system interfaces
Page Number:
Line Number:
Final Accepted Text:
======================================================================
Date Submitted: 2024-01-23 22:36 UTC
Last Modified: 2024-01-23 22:36 UTC
======================================================================
Summary: be*toh() have no entries
Description:
Whereas there is
le16toh, le32toh, le64toh — convert values between host and specified
byte order
on page 1327, no such section exists for the big indian series.
P.S.:
This is a main master miss, as not all indians are litte, white black
gender politically very delicate, and the traffic light has all the rights
of the world to turn yellow red. Imho.
Desired Action:
Please add an entry
NAME
be16toh, be32toh, be64toh — convert values between host and specified
byte order
SYNOPSIS
#include <endian.h>
uint16_t be16toh(uint16_t big_endian_16bits);
uint32_t be32toh(uint32_t big_endian_32bits);
option uint64_t be64toh(uint64_t big_endian_64bits);
DESCRIPTION
Refer to le16toh( ).
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2024-01-23 22:36 steffen New Issue
2024-01-23 22:36 steffen Name => steffen
2024-01-23 22:36 steffen Section => system interfaces
======================================================================