GETIOVLEN()
QNX SDP8.0C Library ReferenceAPIDeveloper
Get the length member of an iov_t structure
Synopsis:
#include <sys/types.h>
#include <unistd.h>
#define GETIOVLEN( _iov ) ...
Arguments:
- _iov
- A pointer to the iov_t structure you want to get the length member from.
Description:
This macro evaluates to the iov_len member of the given iov_t structure.
Returns:
The iov_len member of the iov_t structure, which is of type size_t.
Classification:
Safety: | |
---|---|
Cancellation point | No |
Signal handler | Yes |
Thread | Yes |
Page updated: