RoseZhang03 9ce5b38dc3
[libc] final edits to newheadergen yaml files (#98983)
- final run of integration tests to deal with incorrect YAML input
(finished sys headers, will finish the rest today)
- add any new functions made in recent PRs
2024-07-17 23:34:53 +00:00

16 lines
284 B
YAML

header: assert.h
macros: []
types: []
enums: []
objects: []
functions:
- name: __assert_fail
standards:
- llvm_libc_ext
return_type: _Noreturn void
arguments:
- type: const char *
- type: const char *
- type: unsigned
- type: const char *