We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b18c5 commit f9f75a2Copy full SHA for f9f75a2
libc/include/CMakeLists.txt
@@ -332,6 +332,7 @@ add_header_macro(
332
../libc/include/stdio.yaml
333
stdio.h
334
DEPENDS
335
+ .llvm-libc-macros.annex_k_macros
336
.llvm-libc-macros.file_seek_macros
337
.llvm-libc-macros.null_macro
338
.llvm-libc-macros.stdio_macros
libc/include/stdio.yaml
@@ -9,6 +9,8 @@ macros:
9
macro_value: stdin
10
- macro_name: stderr
11
macro_value: stderr
12
+ - macro_name: LIBC_HAS_ANNEX_K
13
+ macro_header: annex-k-macros.h
14
types:
15
- type_name: size_t
16
- type_name: errno_t
@@ -127,6 +129,7 @@ functions:
127
129
- type: const char *
128
130
131
- name: fopen_s
132
+ guard: LIBC_HAS_ANNEX_K
133
standards:
134
- stdc
135
return_type: errno_t
0 commit comments