brintos

brintos / llvm-project-archived public Read only

0
0
Text · 441 B · a97266a Raw
25 lines · yaml
1header: sys/random.h2header_template: random.h.def3macros: []4types:5  - type_name: ssize_t6  - type_name: size_t7enums: []8objects: []9functions:10  - name: getrandom11    standards:12      - Linux13    return_type: ssize_t14    arguments:15      - type: void *16      - type: size_t17      - type: unsigned int18  - name: getentropy19    standards:20      - GNUExtensions21    return_type: int22    arguments:23      - type: void *24      - type: size_t25