Emit C attributes via cbindgen

This commit is contained in:
Josh Megnauth
2024-11-17 16:15:07 +00:00
committed by Jeremy Soller
parent a45c7b26d9
commit 5348273ccc
29 changed files with 175 additions and 35 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
sys_includes = ["stdarg.h", "stddef.h", "stdint.h", "sys/types.h"]
sys_includes = ["stdarg.h", "stddef.h", "stdint.h", "sys/types.h", "features.h"]
include_guard = "_RELIBC_STDIO_H"
trailer = "#include <bits/stdio.h>"
language = "C"