- 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
16 lines
284 B
YAML
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 *
|