[Previous] [Contents] [Next]

GETIOVBASE()

Get the base member of an iov_t structure

Synopsis:

#include <unistd.h>

#define GETIOVBASE( _iov ) ...

Library:

libc

Description:

This macro evaluates to the iov_base member of the given iov_t structure.

Returns:

The iov_base member of the iov_t structure, which is of type void *.

Classification:

QNX 6

Safety:
Cancellation point No
Interrupt handler Yes
Signal handler Yes
Thread Yes

See also:

GETIOVLEN(), SETIOV()


[Previous] [Contents] [Next]