API published in:
API deprecated in:
#include <sys/cdefs.h>
#include <sys/_types.h>
#include <sys/_iovec.h>
Go to the source code of this file.
Typedefs |
|
typedef __ssize_t | ssize_t |
typedef __off_t | off_t |
Functions |
|
__BEGIN_DECLS IMPORT_C ssize_t | readv (int, const struct iovec *, int) |
IMPORT_C ssize_t | writev (int, const struct iovec *, int) |
|
|
|
|