openssh-portable/contrib/win32/win32compat/inc/sys/uio.h

8 lines
66 B
C

#pragma once
struct iovec
{
void *iov_base;
size_t iov_len;
};