Files
clang-p2996/libc/include/sys/uio.yaml
2025-02-06 09:28:20 +08:00

26 lines
460 B
YAML

header: sys/uio.h
header_template: uio.h.def
macros: []
types:
- type_name: struct_iovec
- type_name: ssize_t
enums: []
objects: []
functions:
- name: writev
standards:
- POSIX
return_type: ssize_t
arguments:
- type: int
- type: const struct iovec *
- type: int
- name: readv
standards:
- POSIX
return_type: ssize_t
arguments:
- type: int
- type: const struct iovec *
- type: int