musl/include/bits/uio.h

5 lines
52 B
C
Raw Normal View History

2011-02-12 00:22:29 -05:00
struct iovec {
void *iov_base;
size_t iov_len;
};