fix inttypes after moving wchar bits

This commit is contained in:
auronandace
2026-03-29 16:05:33 +01:00
parent 3b69b617a2
commit 61eb827bc4
+2 -3
View File
@@ -4,10 +4,9 @@
# - "The <inttypes.h> header shall include the <stdint.h> header."
# - "wchar_t As described in <stddef.h>."
#
# bits/wchar.h brings in both stdint.h and stddef.h
sys_includes = ["bits/wchar.h"]
# wchar.h brings in both stdint.h and stddef.h
sys_includes = ["wchar.h"]
include_guard = "_RELIBC_INTTYPES_H"
trailer = "#include <bits/inttypes.h>"
language = "C"
style = "Type"
no_includes = true