brintos

brintos / llvm-project-archived public Read only

0
0
Text · 193 B · a845dab Raw
12 lines · yaml
1header: sys/sendfile.h2standards:3  - linux4functions:5  - name: sendfile6    return_type: ssize_t7    arguments:8      - type: int9      - type: int10      - type: off_t *11      - type: size_t12