Return to aiov.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libelwix / inc / elwix |
version 1.1.2.3, 2021/03/19 01:30:23 | version 1.1.2.4, 2021/03/19 03:07:11 |
---|---|
Line 54 struct tagIOV { | Line 54 struct tagIOV { |
typedef struct tagIOV iovec_t; | typedef struct tagIOV iovec_t; |
#define iov_Size(x) (x)->iov_size | #define iov_Size(x) (x)->iov_size |
#define iov_Array(x) (x)->iov_array | |
/* | /* |
* iov_Init() - Init new iovec array | * iov_Init() - Init new iovec array |