[libc-commits] [libc] [libc] Add the `<endian.h>` header. (PR #125168)
Tristan Ross via libc-commits
libc-commits at lists.llvm.org
Mon Feb 3 22:01:19 PST 2025
================
@@ -0,0 +1,9 @@
+header: endian.h
+header_template: endian.h.def
+standards:
+ - POSIX
+macros: []
+types: []
+enums: []
+objects: []
+functions: []
----------------
RossComputerGuy wrote:
We probably should add the prototypes of the functions. See https://man7.org/linux/man-pages/man3/htole32.3.html for reference.
https://github.com/llvm/llvm-project/pull/125168
More information about the libc-commits
mailing list