1
0

uio.h 52 B

1234
  1. struct iovec {
  2. void *iov_base;
  3. size_t iov_len;
  4. };