aboutsummaryrefslogtreecommitdiff
path: root/libc/include/assert.yaml
blob: 1a3bdeda7e5420f4de31f8fe600b70b581af323d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
header: assert.h
header_template: assert.h.def
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 *