This is almost the same as struct iovec. However some systems have non-standard iovec with iov_len being of type int instead of size_t. Also "char *" allows pointer arithmetic whereas iov->iov_base requires a cast first.
#include "common.h"
Go to the source code of this file.
Data Structures | |
| struct | array |
Functions | |
| array | array_init (const void *data, size_t size) |
| array | array_from_string (const char *str) |
Variables | |
| const struct array | zero_array |
|
|
|
|
||||||||||||
|
|
|
|
|
1.3.9.1