musl/include/bits/uio.h

5 lines
52 B
C
Raw Normal View History

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