ctype.h: add locale_t type

This commit is contained in:
Connor-GH
2026-01-21 19:20:10 -06:00
parent a1a97069f6
commit cfd291f698
+1
View File
@@ -1,5 +1,6 @@
sys_includes = ["bits/ctype.h", "features.h"]
include_guard = "_RELIBC_CTYPE_H"
after_includes = "#include <bits/locale-t.h> // for locale_t"
language = "C"
style = "Tag"
no_includes = true