Get the base member of an iov_t structure
#include <sys/types.h> #include <unistd.h> #define GETIOVBASE( _iov ) ...
This macro evaluates to the iov_base member of the given iov_t structure.
The iov_base member of the iov_t structure, which is of type void *.
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | Yes | 
| Signal handler | Yes | 
| Thread | Yes |