mirror of
https://github.com/fluencelabs/musl
synced 2025-05-04 03:22:15 +00:00
5 lines
52 B
C
5 lines
52 B
C
|
struct iovec {
|
||
|
void *iov_base;
|
||
|
size_t iov_len;
|
||
|
};
|