17 lines · yaml
1header: assert.h2header_template: assert.h.def3macros: []4types: []5enums: []6objects: []7functions:8 - name: __assert_fail9 standards:10 - llvm_libc_ext11 return_type: _Noreturn void12 arguments:13 - type: const char *14 - type: const char *15 - type: unsigned16 - type: const char *17