version 1.2, 2021/03/21 01:32:04
|
version 1.2.38.1, 2024/12/05 12:33:49
|
Line 12 terms:
|
Line 12 terms:
|
All of the documentation and software included in the ELWIX and AITNET |
All of the documentation and software included in the ELWIX and AITNET |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
|
|
Copyright 2004 - 2021 | Copyright 2004 - 2024 |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
|
|
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
Line 56 typedef struct tagIOV iovec_t;
|
Line 56 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 |
#define iov_Array(x) (x)->iov_array |
|
|
|
#ifdef __cplusplus |
|
extern "C" { |
|
#endif |
|
|
/* |
/* |
* iov_Init() - Init new iovec array |
* iov_Init() - Init new iovec array |
* |
* |
Line 157 int iov_FreePairs(iovec_t * __restrict iov, int mustfr
|
Line 161 int iov_FreePairs(iovec_t * __restrict iov, int mustfr
|
*/ |
*/ |
void iov_Debug(iovec_t * __restrict iov); |
void iov_Debug(iovec_t * __restrict iov); |
|
|
|
#ifdef __cplusplus |
|
} |
|
#endif |
|
|
#endif |
#endif |