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