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