File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11header : locale.h
22header_template : locale.h.def
33macros :
4- - macro_name : NULL
4+ - macro_name : " NULL"
55 macro_header : null-macro.h
66types :
77 - type_name : locale_t
Original file line number Diff line number Diff line change 11header : stdio.h
22header_template : stdio.h.def
33macros :
4- - macro_name : NULL
4+ - macro_name : " NULL"
55 macro_header : null-macro.h
66 - macro_name : stdout
77 macro_value : stdout
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ standards:
55merge_yaml_files :
66 - stdlib-malloc.yaml
77macros :
8- - macro_name : NULL
8+ - macro_name : " NULL"
99 macro_header : null-macro.h
1010types :
1111 - type_name : __atexithandler_t
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ header: string.h
22standards :
33 - stdc
44macros :
5- - macro_name : NULL
5+ - macro_name : " NULL"
66 macro_header : null-macro.h
77types :
88 - type_name : locale_t
Original file line number Diff line number Diff line change 11header : time.h
22header_template : time.h.def
33macros :
4- - macro_name : NULL
4+ - macro_name : " NULL"
55 macro_header : null-macro.h
66types :
77 - type_name : struct_timeval
Original file line number Diff line number Diff line change 11header : wchar.h
22header_template : wchar.h.def
33macros :
4- - macro_name : NULL
4+ - macro_name : " NULL"
55 macro_header : null-macro.h
66types :
77 - type_name : FILE
@@ -188,8 +188,8 @@ functions:
188188 standards :
189189 - stdc
190190 return_type : wchar_t *
191- arguments :
192- - type : wchar_t *__restrict
191+ arguments :
192+ - type : wchar_t *__restrict
193193 - type : const wchar_t *__restrict
194194 - type : size_t
195195 - name : wmemmove
@@ -212,7 +212,7 @@ functions:
212212 standards :
213213 - stdc
214214 return_type : wchar_t *
215- arguments :
215+ arguments :
216216 - type : wchar_t *__restrict
217217 - type : const wchar_t *__restrict
218218 - name : wcslcat
You can’t perform that action at this time.
0 commit comments