24 lines · yaml
1header: sys/uio.h2standards:3 - posix4types:5 - type_name: struct_iovec6 - type_name: ssize_t7functions:8 - name: writev9 standards:10 - posix11 return_type: ssize_t12 arguments:13 - type: int14 - type: const struct iovec *15 - type: int16 - name: readv17 standards:18 - posix19 return_type: ssize_t20 arguments:21 - type: int22 - type: const struct iovec *23 - type: int24