mirror of
git://git.musl-libc.org/musl
synced 2025-02-02 12:01:40 +00:00
5 lines
52 B
C
5 lines
52 B
C
struct iovec {
|
|
void *iov_base;
|
|
size_t iov_len;
|
|
};
|